summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/client/index.html b/client/index.html
index 013b1b4..10eceb3 100644
--- a/client/index.html
+++ b/client/index.html
@@ -72,10 +72,7 @@
<script src="./js/app.js"></script>
<!-- Include services -->
- <script src="./js/services/sharedProfile.js"></script>
-
- <!-- Include resquest dependencies -->
- <script src="./js/requests/identity.js"></script>
+ <script src="./js/services/Identity.js"></script>
<!-- Include controller -->
<script src="./js/controllers/login.js"></script>
@@ -87,4 +84,4 @@
-</html> \ No newline at end of file
+</html>