Skip to content

Commit

Permalink
fix: API_DOMAIN format
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Sep 16, 2023
1 parent 67d7220 commit 862d5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

API_DOMAIN = "api.thirdeyelabs.xyz:8000"

API_DOMAIN = f"http://{API_DOMAIN}/"
API_URL = f"http://{API_DOMAIN}/"

FRONTEND_URL_MAIN = "https://thirdeyelabs.xyz/"
FRONTEND_URL_IPFS = "https://ipfs.thirdeyelabs.xyz/"
Expand Down

0 comments on commit 862d5a6

Please sign in to comment.