修改tabInfo url

This commit is contained in:
Chengliang 2022-05-11 14:43:33 +08:00
parent 1ce7ae9518
commit 16eac38210
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public class LevelController {
}
@GET
@Path("/getTableInfo")
@Path("/getTabInfo")
@Produces(MediaType.APPLICATION_JSON)
public ReturnResult getTableInfo(@Context HttpServletRequest request, @Context HttpServletResponse response) {
try {