@@ -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)
The note is not visible to the blocked user.