change port 8080

This commit is contained in:
Hedi 2022-02-18 11:43:30 +01:00
parent 53119ea28a
commit 4afd11b34e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
export const environment = { export const environment = {
production: false, production: false,
apiUrl: 'http://localhost:8088', apiUrl: 'http://localhost:8080',
tokenKey: 'TOKEN-ORGANIZEE', tokenKey: 'TOKEN-ORGANIZEE',
}; };