changement localhost

This commit is contained in:
Romain Verger 2022-03-09 16:45:31 +01:00
parent 695e8fbe4e
commit 8413febc86

View File

@ -4,7 +4,7 @@
export const environment = { export const environment = {
production: false, production: false,
apiUrl: "http://localhost:8081", apiUrl: "http://localhost:8080",
tokenKey: "TOKEN-SIMPLEAT" tokenKey: "TOKEN-SIMPLEAT"
}; };