Commit 1bb54bd6 authored by Quxl's avatar Quxl

x

parent ed747c9d
package com.egolm.film.api.web; package com.egolm.film.api.web.admin;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
...@@ -20,8 +20,8 @@ import io.swagger.annotations.ApiOperation; ...@@ -20,8 +20,8 @@ import io.swagger.annotations.ApiOperation;
@Api @Api
@RestController @RestController
@RequestMapping({"/admin/report", "/user/report"}) @RequestMapping({"/admin/report"})
public class ReportController { public class AdminReportController {
@Autowired @Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment