summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/asm-paint/deploy.py')
-rw-r--r--WebInterface/wasm/asm-paint/deploy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebInterface/wasm/asm-paint/deploy.py b/WebInterface/wasm/asm-paint/deploy.py
index 5410359..f81ebb8 100644
--- a/WebInterface/wasm/asm-paint/deploy.py
+++ b/WebInterface/wasm/asm-paint/deploy.py
@@ -9,7 +9,7 @@ HTML_MIME = 'text/html'
REQUESTS = {
'/': ('index.html', HTML_MIME),
-# '/load_ws.js': ('load_ws.js', JS_MIME),
+ '/loader.js': ('loader.js', JS_MIME),
'/asm_paint_bg.wasm': ('pkg/asm_paint_bg.wasm', WASM_MIME)
}