dist. fixed.

This commit is contained in:
Jose
2025-09-14 21:45:42 +02:00
parent 43e679a36c
commit 7a0a67e833
79 changed files with 2 additions and 3017 deletions

11
config/settings.dev.json Normal file
View File

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

11
config/settings.prod.json Normal file
View File

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