Add endpoint to fetch table indexes
This commit is contained in:
3
main.go
3
main.go
@@ -68,7 +68,8 @@ func main() {
|
||||
|
||||
router.GET("/info", API_Info)
|
||||
router.GET("/tables", API_GetTables)
|
||||
router.GET("/tables/:name", API_GetTable)
|
||||
router.GET("/tables/:table", API_GetTable)
|
||||
router.GET("/tables/:table/indexes", API_TableIndexes)
|
||||
router.GET("/query", API_RunQuery)
|
||||
router.POST("/query", API_RunQuery)
|
||||
router.GET("/history", API_History)
|
||||
|
||||
Reference in New Issue
Block a user