Update swagger docs
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Simon Hilchenbach 2022-01-22 23:13:55 +01:00
parent 4bf973032e
commit eaabad5861
Signed by: shilch
GPG Key ID: A60AC63730A5DE56
1 changed files with 1 additions and 1 deletions

View File

@ -9215,5 +9215,5 @@ func (s *s) ReadDoc() string {
}
func init() {
swag.Register(swag.Name, &s{})
swag.Register("swagger", &s{})
}