|
@@ -18,7 +18,7 @@ public interface CourseClient {
|
|
|
String findByOrgIdAndCode(@RequestParam("orgId") Long orgId,@RequestParam("code") String code);
|
|
|
|
|
|
|
|
|
- @RequestMapping(method = RequestMethod.GET, value = "${app.api.core}/course/{orgId}")
|
|
|
+ @RequestMapping(method = RequestMethod.GET, value = "${app.api.core}/course/org/{orgId}")
|
|
|
String findByOrgId(@PathVariable("orgId") Long orgId);
|
|
|
|
|
|
}
|