feat(frontend): Connect frontend to cw instance
Frontend is now connected to the CW instance to retrieve and edit data.
Everything is supported but the following:
- Fetching relations (eg: recipes for a project)
- Handling files
For now the instance is hard-coded to a localhost one. Can be changed later while working on the deployment.
If any request fails with a 401 status, then the user is automatically logged out.
Merge request reports
Activity
Filter activity
assigned to @avergnet
requested review from @bram
added 1 commit
- aeb261e1f22d - feat(frontend): Load api url from env variable
added 1 commit
- bb6838f57a96 - feat(frontend): Load api url from env variable
added 1 commit
- e3faaba407e4 - feat(frontend): Load api url from env variable
added 1 commit
- 25fa26c142ca - feat(frontend): Load api url from env variable
Please register or sign in to reply