aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/views/index.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-03-15 20:11:33 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commit9d42f009bbf7c073d3a48bf65bb9b12775d68b3d (patch)
tree5a2f6faa73cc1915a167597631b73f6a0cbd67f9 /vnext/src/views/index.html
parenta87c3fcaafc8c839ae1263f84502634ef61081ec (diff)
LoginButton
Diffstat (limited to 'vnext/src/views/index.html')
-rw-r--r--vnext/src/views/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/views/index.html b/vnext/src/views/index.html
index 9f8feae9..661634d6 100644
--- a/vnext/src/views/index.html
+++ b/vnext/src/views/index.html
@@ -40,6 +40,6 @@
</head>
<body id="body">
<div id="wrapper"></div>
-<script type="text/javascript" src="app.js"></script>
+<script type="text/javascript" src="/App.js"></script>
</body>
</html>