We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2855b3b commit ac43c93Copy full SHA for ac43c93
projects/streetlens.html
@@ -169,7 +169,7 @@ <h2>Try Out StreetLens</h2>
169
<div id="output">Logs will appear here...</div>
170
</section>
171
<script>
172
- const BACKEND_URL = "https://hair-liquid-ball-calls.trycloudflare.com";
+ const BACKEND_URL = "https://summer-auction-genes-vast.trycloudflare.com";
173
174
async function runModule(module) {
175
document.getElementById("output").textContent = "Running " + module + "...";
0 commit comments