1
0
This commit is contained in:
konrad
2018-08-29 15:22:17 +02:00
committed by kolaente
parent c17dec7954
commit d5758e0444
3 changed files with 2 additions and 4 deletions

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"