package cn.bunny.services.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 多语言表 前端控制器 *
* * @author Bunny * @since 2024-09-28 */ @RestController @RequestMapping("/i18n") public class I18nController { }