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 43e46c7 commit d879b76
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 @@ -31,7 +31,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: file-system-service.swagger.yml
asset_path: ./file-system-service.swagger.yml

create_dist:
name: Create dist directory
Expand Down

0 comments on commit d879b76

Please sign in to comment.