Update cycle count regularly
This commit is contained in:
parent
fffdccc7b8
commit
b7dbc597d8
4 changed files with 46 additions and 9 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue