feat(WEB-132): add middlewares, support for seamless login and improve lang based routes
This commit is contained in:
3
types/routes.ts
Normal file
3
types/routes.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { Lang } from "@/constants/languages"
|
||||
|
||||
export type LangRoute = Record<Lang, string>
|
||||
Reference in New Issue
Block a user