update variable environnement apiURL

This commit is contained in:
Thomas 2022-03-14 15:40:05 +01:00 committed by GitHub
parent 0663a56350
commit 9e6b5f4f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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