Functional demo
This commit is contained in:
@ -26,6 +26,7 @@ func initRouter() *gin.Engine {
|
||||
{
|
||||
interactiveRouter.GET("", handlers.Interactive)
|
||||
interactiveRouter.GET("/swap-content", handlers.InteractiveSwapContent)
|
||||
interactiveRouter.GET("/filter-cat-breeds", handlers.FilterCatBreeds)
|
||||
}
|
||||
|
||||
router.Use(static.Serve("/static", static.LocalFile(STATIC_PATH, false)))
|
||||
|
||||
Reference in New Issue
Block a user