个人首页conreoller
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
package org.dromara.bigscreen.controller;
|
||||
|
||||
import org.dromara.common.web.core.BaseController;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 个人首页接口
|
||||
*/
|
||||
@Validated
|
||||
@RestController
|
||||
@RequestMapping("/personalHome")
|
||||
public class PersonalHomeController extends BaseController {
|
||||
}
|
||||
Reference in New Issue
Block a user