Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Sep 15, 2023
1 parent 0a0334b commit 9f7f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_server/frontend/convert.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run by netlify to remap all urls to the correct domain
sed "s|{{ server_url }}|$BACKEND_SERVER_URL|g" index.html > index.html
sed "s|{{ server_url }}|$BACKEND_SERVER_URL|g" chat/index.html > chat/index.html
sed "s|{{ server_url }}|$BACKEND_SERVER_URL|g" toodo/index.html > toodo/index.html
sed "s|{{ server_url }}|$BACKEND_SERVER_URL|g" todo/index.html > todo/index.html

0 comments on commit 9f7f335

Please sign in to comment.