Skip to content

Commit

Permalink
Merge pull request #699 from bounswe/base-url-fix
Browse files Browse the repository at this point in the history
fix: change baseURL
  • Loading branch information
yunusemreozdemir authored Nov 25, 2024
2 parents 26faf4b + 3ece72f commit 7186b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/baseURL.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const BACKEND_URL: string = "http://54.93.52.38";
const BACKEND_URL: string = "http://161.35.208.249";
const BACKEND_PORT: string = "8000";

export const BASE_URL: string = `${BACKEND_URL}:${BACKEND_PORT}`;

0 comments on commit 7186b01

Please sign in to comment.