Skip to content

Commit 77cd2cc

Browse files
committed
Use permanent compile.pepc84.com tunnel URL
1 parent 3364412 commit 77cd2cc

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
@@ -79,7 +79,7 @@
7979
<script src="../assets/cppmode-keywords.js"></script>
8080
<script src="../assets/cppmode.js"></script>
8181
<script>
82-
const API = 'https://languages-coffee-balanced-scenic.trycloudflare.com';
82+
const API = 'https://compile.pepc84.com';
8383

8484
const DEFAULT = `float angle = 0;
8585

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ <h3>New to C++ Mode?</h3>
567567
<script src="/assets/cppmode-keywords.js"></script>
568568
<script src="/assets/cppmode.js"></script>
569569
<script>
570-
const HERO_API = 'https://languages-coffee-balanced-scenic.trycloudflare.com';
570+
const HERO_API = 'https://compile.pepc84.com';
571571
const HERO_DEFAULT = `enum PartType { HALF_O, PLUS, PLUS_SHADOW };
572572
struct Part {
573573
PartType type;

0 commit comments

Comments
 (0)