Skip to content

Commit

Permalink
Adds /api to API route (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
burkeholland authored Mar 3, 2020
1 parent 337948e commit 8f0a8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function() {
const API = "http://127.0.0.1:7071";
const API = "http://127.0.0.1:7071/api";
const KEY = "";

// axios defaults
Expand Down

0 comments on commit 8f0a8ed

Please sign in to comment.