Export database or table to sql
This commit is contained in:
@@ -47,5 +47,6 @@ func SetupRoutes(router *gin.Engine) {
|
||||
api.POST("/explain", ExplainQuery)
|
||||
api.GET("/history", GetHistory)
|
||||
api.GET("/bookmarks", GetBookmarks)
|
||||
api.GET("/export", DataExport)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user