mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 00:41:12 +00:00
docs
This commit is contained in:
parent
e19c54ee92
commit
e2da118de7
5 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
* [Static Resources](ring/static.md)
|
||||
* [Dynamic Extensions](ring/dynamic_extensions.md)
|
||||
* [Data-driven Middleware](ring/data_driven_middleware.md)
|
||||
* [Transformations Middleware Chain](ring/transformating_middleware_chain.md)
|
||||
* [Transforming Middleware Chain](transforming_middleware_chain.md)
|
||||
* [Middleware Registry](ring/middleware_registry.md)
|
||||
* [Default Middleware](ring/default_middleware.md)
|
||||
* [Pluggable Coercion](ring/coercion.md)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
* [Static Resources](static.md)
|
||||
* [Dynamic Extensions](dynamic_extensions.md)
|
||||
* [Data-driven Middleware](data_driven_middleware.md)
|
||||
* [Transformations Middleware Chain](transformating_middleware_chain.md)
|
||||
* [Transforming Middleware Chain](transforming_middleware_chain.md)
|
||||
* [Middleware Registry](middleware_registry.md)
|
||||
* [Default Middleware](default_middleware.md)
|
||||
* [Pluggable Coercion](coercion.md)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ http GET :3000/api/swagger.json
|
|||
* swagger.json: http://localhost:3000/api/swagger.json
|
||||
* swagger-ui: http://localhost:3000/api-docs/
|
||||
|
||||
<img src="https://raw.githubusercontent.com/metosin/reitit/master/examples/ring-swagger/swagger-ui.png" />
|
||||
<img src="https://raw.githubusercontent.com/metosin/reitit/master/examples/ring-swagger/swagger.png" />
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 203 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 228 KiB |
Loading…
Reference in a new issue