Skip to content

Commit

Permalink
fix(openapi): provider demo need auth with openapi token
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Sep 28, 2024
1 parent 295d7e0 commit 201e935
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 53 deletions.
1 change: 1 addition & 0 deletions api/openapi/provider/brainx/demo.api
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ info(
@server(
group: openapi/provider/brainx
prefix: /openapi/v1/provider/brainx
middleware: OpenAPIJWTAuth
)

service PowerX {
Expand Down
109 changes: 56 additions & 53 deletions internal/handler/routes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 201e935

Please sign in to comment.