Commit 8d884ab7 authored by 廖旭伟's avatar 廖旭伟

修改模块url

parent bcd6e35d
......@@ -30,7 +30,7 @@ import static com.mortals.framework.ap.SysConstains.*;
* @date 2022-12-21
*/
@RestController
@RequestMapping("sst/agreement")
@RequestMapping("agreement")
public class SstAgreementController extends BaseCRUDJsonBodyMappingController<SstAgreementService,SstAgreementEntity,Long> {
@Autowired
......
......@@ -30,7 +30,7 @@ import static com.mortals.framework.ap.SysConstains.*;
* @date 2022-12-21
*/
@RestController
@RequestMapping("sst/apps")
@RequestMapping("apps")
public class SstAppsController extends BaseCRUDJsonBodyMappingController<SstAppsService,SstAppsEntity,Long> {
@Autowired
......
......@@ -30,7 +30,7 @@ import static com.mortals.framework.ap.SysConstains.*;
* @date 2022-12-21
*/
@RestController
@RequestMapping("sst/skin")
@RequestMapping("skin")
public class SstSkinController extends BaseCRUDJsonBodyMappingController<SstSkinService,SstSkinEntity,Long> {
@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