summaryrefslogtreecommitdiff
path: root/client/dist
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-07-15 11:52:28 +0200
committerMike Vink <mike1994vink@gmail.com>2021-07-15 11:52:28 +0200
commit0f8edbe0b2c0bd09cd40872f06993c08e67f26cb (patch)
tree93a9943eaf7baeb5bdbeb489f867dc1d0bb13cac /client/dist
parent9d54842c2f5b084ab1b0de4c4b8978cc43297546 (diff)
refactor(client/api): need to debug!
Diffstat (limited to 'client/dist')
-rw-r--r--client/dist/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dist/index.html b/client/dist/index.html
index 71c49a2..f68bd5d 100644
--- a/client/dist/index.html
+++ b/client/dist/index.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <script src="game.js"></script>
+ <script src="app.js"></script>
</head>
<body>
</body>