Skip to content

Commit ea06050

Browse files
authored
Update URL in streetlens.html due to server restart
1 parent 5a3ae04 commit ea06050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/streetlens.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2>Try Out StreetLens</h2>
169169
<div id="output">Logs will appear here...</div>
170170
</section>
171171
<script>
172-
const BACKEND_URL = "https://minute-thai-patent-negotiation.trycloudflare.com";
172+
const BACKEND_URL = "https://americas-mentor-began-giant.trycloudflare.com";
173173

174174
async function runModule(module) {
175175
document.getElementById("output").textContent = "Running " + module + "...";

0 commit comments

Comments
 (0)