fix(machine-ui): restore machine detail layout and align api base url
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Configuration de l'API backend
|
||||
NUXT_PUBLIC_API_BASE_URL=http://localhost:3000/api
|
||||
NUXT_PUBLIC_API_BASE_URL=http://localhost:3000
|
||||
|
||||
# Configuration du serveur de développement
|
||||
NUXT_PUBLIC_APP_URL=http://localhost:3001
|
||||
@@ -21,4 +21,4 @@ NUXT_PUBLIC_LOG_LEVEL=debug
|
||||
|
||||
# Configuration des timeouts
|
||||
NUXT_PUBLIC_API_TIMEOUT=30000
|
||||
NUXT_PUBLIC_REQUEST_TIMEOUT=10000
|
||||
NUXT_PUBLIC_REQUEST_TIMEOUT=10000
|
||||
|
||||
Reference in New Issue
Block a user