/
githubmirror
/
Open-Assistant
Обзор
Документация
Войти
/
githubmirror
/
Open-Assistant
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/middleware.ts
21 строка
405 B
AbdBarho
Client side rendering (for most pages) (#2961)
28 апр 2023, 21:06
Не верифицирован
28 апр 2023, 21:06
fd55e6c
Код
Авторство
О чём код?
export { default } from "next-auth/middleware"; /** * Guards these pages and redirects them to the sign in page. */ export const config = { matcher: [ "/create/:path*", "/evaluate/:path*", "/label/:path*", "/account/:path*", "/dashboard", "/admin/:path*", "/tasks/:path*", "/leaderboard", "/stats", "/messages/:path*", "/chat", "/chat/:path*", ], };