Skip to content

Commit

Permalink
Fix compile issue
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs committed Dec 13, 2021
1 parent 39a4ab2 commit 77fae99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bootstrap/src/uri/mvd-uri.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import { Environment } from 'zlux-base/environment/environment'

const uri_prefix = window.location.pathname.split('ZLUX/plugins/')[0];
const proxy_mode = (uri_prefix !== '/') ? true : false; // Tells whether we're behind API layer (true) or not (false)
const proxy_version = "v1";
const proxy_name = "zlux";

export class MvdUri implements ZLUX.UriBroker {
private agentPrefix: string;
Expand Down

0 comments on commit 77fae99

Please sign in to comment.