diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-07-15 11:52:28 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-07-15 11:52:28 +0200 |
| commit | 0f8edbe0b2c0bd09cd40872f06993c08e67f26cb (patch) | |
| tree | 93a9943eaf7baeb5bdbeb489f867dc1d0bb13cac /client/dist | |
| parent | 9d54842c2f5b084ab1b0de4c4b8978cc43297546 (diff) | |
refactor(client/api): need to debug!
Diffstat (limited to 'client/dist')
| -rw-r--r-- | client/dist/index.html | 2 |
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> |
