From 59e0bdc295d6bcade177786708ed4c9df824628f Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 16 Mar 2020 20:53:07 +0200 Subject: fix(demo): switch to hexi.wokwi.com build server --- demo/src/compile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/src/compile.ts') diff --git a/demo/src/compile.ts b/demo/src/compile.ts index 31dda0a..7ca7a72 100644 --- a/demo/src/compile.ts +++ b/demo/src/compile.ts @@ -1,4 +1,4 @@ -const url = 'https://wokwi-hexi-73miufol2q-uc.a.run.app'; +const url = 'https://hexi.wokwi.com'; export interface HexiResult { stdout: string; -- cgit v1.2.3