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.Map;
......@@ -20,8 +20,8 @@ import io.swagger.annotations.ApiOperation;
@Api
@RestController
@RequestMapping({"/admin/report", "/user/report"})
public class ReportController {
@RequestMapping({"/admin/report"})
public class AdminReportController {
@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