Explain analyze dropdown button (#532)
* Adds bootstrap dropdown plugin * Float dropdown toggle left * Extract query running message toggles * Adds analyze function and api call * Adds analyze api
This commit is contained in:
@@ -50,6 +50,8 @@ func SetupRoutes(router *gin.Engine) {
|
||||
api.POST("/query", RunQuery)
|
||||
api.GET("/explain", ExplainQuery)
|
||||
api.POST("/explain", ExplainQuery)
|
||||
api.GET("/analyze", AnalyzeQuery)
|
||||
api.POST("/analyze", AnalyzeQuery)
|
||||
api.GET("/history", GetHistory)
|
||||
api.GET("/bookmarks", GetBookmarks)
|
||||
api.GET("/export", DataExport)
|
||||
|
||||
Reference in New Issue
Block a user