Remove errore_meme

This commit is contained in:
Howl 2016-06-16 14:06:09 +02:00
parent 02f0449b39
commit 427f2ff890
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ func Start(conf common.Conf, dbO *sql.DB) *gin.Engine {
}
api.GET("/status", internals.Status)
api.GET("/errore_meme", func(c *gin.Context) {
c.Error(fmt.Errorf("This is a test error!"))
})
// peppyapi
api.GET("/get_user", PeppyMethod(peppy.GetUser))