Skip to content

Commit

Permalink
fix: use only one level of subdomain
Browse files Browse the repository at this point in the history
Signed-off-by: Chirag Ghosh <cghosh828049@gmail.com>
  • Loading branch information
chirag-ghosh committed Jun 17, 2024
1 parent 23eb910 commit 8e94777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const BACKEND_URL = import.meta.env.PROD
? "https://api.heimdall.metakgp.org"
? "https://heimdall-api.metakgp.org"
: "http://localhost:3333";

export const servicesList = [
Expand Down
2 changes: 1 addition & 1 deletion metaploy/heimdall.metaploy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ upstream heimdall_server {
}

server {
server_name api.heimdall.metakgp.org;
server_name heimdall-api.metakgp.org;

location / {
proxy_pass http://heimdall_server;
Expand Down

0 comments on commit 8e94777

Please sign in to comment.