Update cycle count regularly

This commit is contained in:
nemunaire 2022-10-06 14:48:36 +02:00
commit b7dbc597d8
4 changed files with 46 additions and 9 deletions

View file

@ -10,11 +10,9 @@ import (
func declareQuotesRoutes(cfg *config.Config, router *gin.RouterGroup) {
router.GET("/quoteoftheday", func(c *gin.Context) {
})
router.GET("/quotes", func(c *gin.Context) {
})
router.POST("/quotes", func(c *gin.Context) {