Skip to content

Commit

Permalink
- Add cors management on all routes
Browse files Browse the repository at this point in the history
- Creation of Swagger file
- Add API doc on README.md file
  • Loading branch information
Nicolas Choquet committed Mar 15, 2024
1 parent 6d595e3 commit 43e46c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: file-system-service.swagger.yml

create_dist:
Expand Down

0 comments on commit 43e46c7

Please sign in to comment.