Remove errore_meme
This commit is contained in:
parent
02f0449b39
commit
427f2ff890
|
@ -91,9 +91,6 @@ func Start(conf common.Conf, dbO *sql.DB) *gin.Engine {
|
||||||
}
|
}
|
||||||
|
|
||||||
api.GET("/status", internals.Status)
|
api.GET("/status", internals.Status)
|
||||||
api.GET("/errore_meme", func(c *gin.Context) {
|
|
||||||
c.Error(fmt.Errorf("This is a test error!"))
|
|
||||||
})
|
|
||||||
|
|
||||||
// peppyapi
|
// peppyapi
|
||||||
api.GET("/get_user", PeppyMethod(peppy.GetUser))
|
api.GET("/get_user", PeppyMethod(peppy.GetUser))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user