Skip to content

Commit

Permalink
Update backend and frontend URLs and update middleware.wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannleboss committed Feb 2, 2024
1 parent 6b2992b commit d54e18e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified backend/dist/middleware.wasm
Binary file not shown.
5 changes: 4 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>We've Got Poems</title>
<script>
globalThis.BACKEND = 'https://api-wevegotpoems.up.railway.app/'
globalThis.BACKEND = 'api-wevegotpoems.up.railway.app'
// globalThis.BACKEND = 'localhost:8000'
//globalThis.BACKEND = 'container-service-3.gej3a3qi2as1a.ca-central-1.cs.amazonlightsail.com'
</script>

<!-- <script type="module" src="http://localhost:5001/assets-v1/cdn/interceptor/index.local.js"></script> -->
<script type="module" src="https://layer8devproxy.net/assets-v1/cdn/interceptor/index.local.js"></script>
</head>
<body>
Expand Down

0 comments on commit d54e18e

Please sign in to comment.