|
@@ -200,8 +200,8 @@ public class UserController extends BaseController {
|
|
|
* 获取平台名称
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping(value = UrlConstants.API + "configuration", method = RequestMethod.GET)
|
|
|
- public Map<String, String> getConfiguration() throws ConfigurationNotExistException {
|
|
|
+ @RequestMapping(value = "/page" + UrlConstants.API + "configuration", method = RequestMethod.GET)
|
|
|
+ public Map<String, String> getConfiguration() {
|
|
|
return userLogic.getConfiguration();
|
|
|
}
|
|
|
}
|