localhost 8080

This commit is contained in:
Thomas Cardon 2022-03-04 15:26:28 +01:00
parent 1d165f68ba
commit 91f8f7ad7b

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"
}; };