Add html, handler and db mock
This commit is contained in:
10
routes/routes.go
Normal file
10
routes/routes.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package routes
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"trikotwaschliste/handler"
|
||||
)
|
||||
|
||||
func RoutesInit(router *gin.Engine) {
|
||||
router.GET("/", handler.MainPage())
|
||||
}
|
Reference in New Issue
Block a user