Make pgweb to use multiple sessions at once [wip]
This commit is contained in:
@@ -22,6 +22,7 @@ func SetupRoutes(router *gin.Engine) {
|
||||
SetupMiddlewares(api)
|
||||
|
||||
api.GET("/info", GetInfo)
|
||||
api.GET("/sessions", GetSessions)
|
||||
api.POST("/connect", Connect)
|
||||
api.GET("/databases", GetDatabases)
|
||||
api.GET("/connection", GetConnectionInfo)
|
||||
|
||||
Reference in New Issue
Block a user