Commit c1a71ea0 authored by hanfeng's avatar hanfeng

Merge branch 'master-bug-vehiclemodel-hf' into dev

parents 7859c49b 518775c7
...@@ -12,6 +12,6 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -12,6 +12,6 @@ import org.springframework.web.bind.annotation.RestController;
* @Description: * @Description:
*/ */
@RestController @RestController
@RequestMapping("/adr") @RequestMapping("/app/unauth/adr")
public class AppDownloadRecordController extends BaseController<AppDownloadRecordBiz, AppDownloadRecord> { public class AppDownloadRecordController extends BaseController<AppDownloadRecordBiz, AppDownloadRecord> {
} }
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