Explorar o código

fix: Always use hslayers proxy

fzadrazil %!s(int64=3) %!d(string=hai) anos
pai
achega
cdd3aaaa80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/app.service.ts

+ 1 - 1
src/app/app.service.ts

@@ -144,7 +144,7 @@ export class AppService {
       proxyPrefix: window.location.hostname.includes('localhost')
         ? `${window.location.protocol}//${window.location.hostname}:8085/`
         : '/proxy/',
-      useProxy: window.location.hostname.includes('localhost') ? true : false,
+      useProxy: true,
       panelsEnabled: {
         composition_browser: false,
         info: false,