This commit is contained in:
Dan Sosedoff
2014-10-13 13:55:19 -05:00
parent d579819946
commit 9bd0508219
7 changed files with 450 additions and 186 deletions

View File

@@ -78,6 +78,7 @@ func main() {
router := gin.Default()
router.GET("/", API_Home)
router.GET("/info", API_Info)
router.GET("/tables", API_GetTables)
router.GET("/tables/:table", API_GetTable)