fuck. fixed.

This commit is contained in:
Jose
2025-09-14 21:43:24 +02:00
parent 26a264bc9f
commit fe5d21660a
70 changed files with 2982 additions and 669 deletions

View File

@@ -0,0 +1,11 @@
{
"apiConfig": {
"baseUrl": "http://localhost:3000",
"endpoints": {
"auth": {
"login": "/auth/login",
"validateToken": "/auth/validate-token"
}
}
}
}