Skip to content

Commit f50b939

Browse files
committed
Update tunnel URL
1 parent 6a8f4f0 commit f50b939

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

editor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<script src="../assets/cppmode-keywords.js"></script>
6262
<script src="../assets/cppmode.js"></script>
6363
<script>
64-
const API = 'https://bench-volumes-pontiac-riders.trycloudflare.com';
64+
const API = 'https://thinks-cruise-phd-involve.trycloudflare.com';
6565

6666
const DEFAULT = `float angle = 0;
6767

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ <h3>New to C++ Mode?</h3>
532532
<script src="/assets/cppmode-keywords.js"></script>
533533
<script src="/assets/cppmode.js"></script>
534534
<script>
535-
const HERO_API = 'https://bench-volumes-pontiac-riders.trycloudflare.com';
535+
const HERO_API = 'https://thinks-cruise-phd-involve.trycloudflare.com';
536536
const HERO_DEFAULT = `enum PartType { HALF_O, PLUS, PLUS_SHADOW };
537537
struct Part {
538538
PartType type;

0 commit comments

Comments
 (0)