✨(app-desk) create a basic feature Teams
As a prove of concept, to check the full process of our token, we create a basic feature Teams. This feature can create a team and list all teams. We use react-query to manage the cache and the request to the API.
This commit is contained in:
2
.github/workflows/people.yml
vendored
2
.github/workflows/people.yml
vendored
@@ -81,6 +81,8 @@ jobs:
|
||||
|
||||
build-front-desk:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NEXT_PUBLIC_API_URL: http://localhost:8071/api/v1.0/
|
||||
defaults:
|
||||
run:
|
||||
working-directory: src/frontend/app/desk
|
||||
|
||||
Reference in New Issue
Block a user