Reconfigure Swagger integration. Regenerate API docs

This commit is contained in:
Jan Eitzinger
2022-09-16 06:09:55 +02:00
parent 8e90c954ff
commit f1941b5e67
8 changed files with 34 additions and 85 deletions

View File

@@ -3,4 +3,7 @@
package tools
import _ "github.com/99designs/gqlgen"
import (
_ "github.com/99designs/gqlgen"
_ "github.com/swaggo/swag/cmd/swag"
)