This commit is contained in:
阿沐 2024-07-30 10:48:58 +08:00
parent 34523854bf
commit 095d29db5f

View File

@ -1,5 +1,6 @@
package net.maku.system.controller;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@ -9,6 +10,7 @@ import org.springframework.web.bind.annotation.RestController;
* @author 阿沐 babamu@126.com
* <a href="https://maku.net">MAKU</a>
*/
@Tag(name = "首页")
@RestController
public class IndexController {