renaming, restructuring, adding an api util to the frontend (currently editPage only and a mock backend
This commit is contained in:
parent
1bd1952ecb
commit
38a5707622
16 changed files with 247 additions and 117 deletions
4
frontend/src/config/api.ts
Normal file
4
frontend/src/config/api.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Backend URL
|
||||
*/
|
||||
export const API_BASE_URL = "http://localhost:4000"
|
||||
Loading…
Add table
Add a link
Reference in a new issue