summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/dist/index.html
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 20:02:33 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 20:02:33 +0200
commit152806e64255c423367c9c1c0bba7353b965a007 (patch)
tree6bafbb7ed92bbf536be15dda4ba171e347f53581 /WebInterface/NodeJSServer/dist/index.html
parent48a4b8eaf531ed2eb14a053035e66b05ad36521e (diff)
Added SignalR
Diffstat (limited to 'WebInterface/NodeJSServer/dist/index.html')
-rw-r--r--WebInterface/NodeJSServer/dist/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/dist/index.html b/WebInterface/NodeJSServer/dist/index.html
index 7a6792e..770db8a 100644
--- a/WebInterface/NodeJSServer/dist/index.html
+++ b/WebInterface/NodeJSServer/dist/index.html
@@ -69,5 +69,6 @@
</div>
</div>
<script src="index.js"></script>
+ <script src="signalr.min.js"></script>
</body>
</html>