Browse Source

try to fix basePath

master
Christian Ziermann 3 years ago
parent
commit
17693cd7df
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/environments/environment.prod.ts

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

@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'api.hoppe.ziermach.de',
apiUrl: 'https://api.hoppe.ziermach.de',
};

Loading…
Cancel
Save