Skip to content

Commit 48babcd

Browse files
committed
brought back local endpoint for non docker stuff
1 parent bc7bc77 commit 48babcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/modules/Endpoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
export const API_URL = 'https://digitaltwin.evl.uic.edu/api/';//this is a bad way to do this. Whatever the flask server is set to
2+
export const API_URL = 'http://localhost:5000';//this is a bad way to do this. Whatever the flask server is set to

0 commit comments

Comments
 (0)