项目文件夹

文件
Alexandru Paduraru 4dda651245 Initial commit
2025-10-22 14:59:57 +03:00

12 行
354 B
JSON

{
"/api/v1/auth/*": "/$1",
"/api/v1/auth/me": "/me",
"/api/v1/auth/register": "/register",
"/api/v1/auth/login": "/login",
"/api/v1/auth/google": "/google",
"/api/v1/auth/logout": "/logout",
"/api/v1/auth/refresh": "/refresh",
"/api/v1/auth/forgot-password": "/forgot-password",
"/api/v1/auth/reset-password": "/reset-password"
}