Skip to content

Commit

Permalink
Update API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yongrenjie committed Nov 9, 2023
1 parent b43c48d commit c0ad6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/leftSidebar/Create.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
const url = window.location.href.toLowerCase().includes(
"urban-analytics-technology-platform.github.io"
)
? "https://demoland-api.azurewebsites.net/" // deployed to Azure
? "https://demolandapi.azurewebsites.net/api/scenario" // deployed to Azure
: "/api/"; // Docker, or local dev: this is a proxy to the backend on localhost:5174
fetch(url, {
Expand Down

0 comments on commit c0ad6fc

Please sign in to comment.