mirror of
https://github.com/go-shiori/shiori.git
synced 2025-03-12 07:45:07 +08:00
5 lines
116 B
Bash
5 lines
116 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# This script is used to generate the swagger files for the API.
|
||
|
swag init --output=$SWAGGER_DOCS_PATH
|