Skip to content

Commit

Permalink
Add a route for Swagger UI as API doc (#23)
Browse files Browse the repository at this point in the history
* Add a router for Swagger UI

* Make clippy happy

* Fix coverage tests

* Not include doc generation code in coverage report

* Update API documents

* Update .cargo/config.toml

* Fix tests

* Not includes code of the serve cmd in coverage report

* Update API documents

* gitignore .cargo

* Update API documents
  • Loading branch information
linw1995 authored Oct 1, 2024
1 parent f1345a2 commit 37235e8
Show file tree
Hide file tree
Showing 16 changed files with 3,573 additions and 84 deletions.
4 changes: 0 additions & 4 deletions .cargo/config.toml

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ static
scripts/bin
scripts/.crates.toml
scripts/.crates2.json

.cargo
Loading

0 comments on commit 37235e8

Please sign in to comment.