Add SysLog
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package top.fatweb.api.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 系统日志表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author FatttSnake
|
||||
* @since 2023-10-18
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/api/sysLog")
|
||||
class SysLogController
|
||||
|
||||
Reference in New Issue
Block a user