Skip to content

Commit

Permalink
Fix: Update base API URL in routesDefinitions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Jan 6, 2024
1 parent 8b312ca commit 2169e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/routesDefinitions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const baseAPIUrl: string = "http://127.0.0.1:8000/api";
const baseAPIUrl: string = "http://localhost:8000/api";

const apiRoutes = {
upload: `${baseAPIUrl}/upload/`,
Expand Down

0 comments on commit 2169e03

Please sign in to comment.