Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Oct 24, 2023
1 parent 4025399 commit d5a742d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/environments/environment.local-with-proxy.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
function getSubDomain() {
const subdomain = window.location.hostname.split('.').slice(0, -2).join('.');
return subdomain? subdomain+'.':''

}

import { getSubDomain } from "./subdomain.adapter";

export const environment = {
production: false,
Expand Down

0 comments on commit d5a742d

Please sign in to comment.