basic server config setup, starting to setup echo routes
This commit is contained in:
7
server/engine/engine.go
Normal file
7
server/engine/engine.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package engine
|
||||
|
||||
import "github.com/labstack/echo"
|
||||
|
||||
func (server *GVCServer) Info(context echo.Context) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user