Huge improvements for docs (#58)
This commit is contained in:
@ -39,11 +39,11 @@
|
||||
package routes
|
||||
|
||||
import (
|
||||
_ "code.vikunja.io/api/docs" // To generate swagger docs
|
||||
"code.vikunja.io/api/pkg/log"
|
||||
"code.vikunja.io/api/pkg/metrics"
|
||||
"code.vikunja.io/api/pkg/models"
|
||||
apiv1 "code.vikunja.io/api/pkg/routes/api/v1"
|
||||
_ "code.vikunja.io/api/pkg/swagger" // To generate swagger docs
|
||||
"code.vikunja.io/web"
|
||||
"code.vikunja.io/web/handler"
|
||||
"github.com/asaskevich/govalidator"
|
||||
|
4554
pkg/swagger/docs.go
Normal file
4554
pkg/swagger/docs.go
Normal file
File diff suppressed because it is too large
Load Diff
4509
pkg/swagger/swagger.json
Normal file
4509
pkg/swagger/swagger.json
Normal file
File diff suppressed because it is too large
Load Diff
3140
pkg/swagger/swagger.yaml
Normal file
3140
pkg/swagger/swagger.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user