This commit is contained in:
konrad 2018-08-29 15:22:17 +02:00 committed by kolaente
parent c17dec7954
commit d5758e0444
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 2 additions and 4 deletions

View File

@ -93,4 +93,3 @@ type swaggerResponseTeamNamespace struct {
// in:body
Body models.TeamNamespace `json:"body"`
}

View File

@ -632,4 +632,3 @@ package v1
// "$ref": "#/responses/Message"
// "500":
// "$ref": "#/responses/Message"

View File

@ -1,5 +1,3 @@
package routes
// Package v1 List API.
//
// This documentation describes the List API.
@ -26,6 +24,8 @@ package routes
//
// swagger:meta
package routes
import (
"github.com/labstack/echo"
"github.com/labstack/echo/middleware"