Skip to content

Commit

Permalink
Merge pull request #1 from Angak0k/doc-refactoring
Browse files Browse the repository at this point in the history
chore: hide internal endpoints in API-DOC
  • Loading branch information
Angak0k authored Jan 24, 2024
2 parents c23e859 + 07083fb commit 83334cb
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 3,226 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Generate Swagger Documentation
run: |
# Generate Swagger documentation
$(go env GOPATH)/bin/swag init
$(go env GOPATH)/bin/swag init --tags \!Internal
# Configure Git
git config --local user.email "action@github.com"
Expand Down
Loading

0 comments on commit 83334cb

Please sign in to comment.