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 37c0f03 commit 50996ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: jossef/[email protected]
- name: Add Swagger to release
uses: shogo82148/actions-upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.latest_release_info.outputs.upload_url }}
asset_path: file-system-service.swagger.yml
Expand Down

0 comments on commit 50996ff

Please sign in to comment.