Browse Source

fix

master
Daniel 1 year ago
parent
commit
255252c803
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      matsen-tool/src/environments/environment.prod.ts

+ 1
- 1
matsen-tool/src/environments/environment.prod.ts View File

@@ -1,5 +1,5 @@
export const environment = {
production: true,
basePath: 'http://crm-api.matsen.lokal/',
basePath: 'http://crm-api.matsen.lokal',
apiUrl: 'http://crm-api.matsen.lokal/api'
};

Loading…
Cancel
Save