There was an error while loading. Please reload this page.
1 parent bf9bcc0 commit 911b5b6Copy full SHA for 911b5b6
client/index.html
@@ -63,7 +63,7 @@ <h1>todos</h1>
63
64
<script src="https://unpkg.com/vue@2.6.14"></script>
65
<script>
66
-API = "api/ef/todo/";
+API = "api/todo/";
67
HEADERS = { 'Accept': 'application/json', 'Content-Type': 'application/json' };
68
69
// visibility filters
0 commit comments