mirror of
https://github.com/AlchemillaHQ/Sylve.git
synced 2026-06-14 00:46:34 +03:00
9446ef979a
docs/api: add swagger scripts: add README
4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
swag init -g internal/handlers/routes.go --parseDependency --parseInternal -q --output docs/swagger
|