mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
added config to apps and routes
This commit is contained in:
@@ -56,5 +56,5 @@ func handleAppCreate(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
c.JSON(http.StatusCreated, appResponse{"App successfully created", wapp})
|
||||
c.JSON(http.StatusCreated, appResponse{"App successfully created", wapp})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user