mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-31 19:52:54 +08:00
Modify Docker Publishing File
This commit is contained in:
@ -40,9 +40,6 @@ public class SystemController {
|
||||
*/
|
||||
@GetMapping
|
||||
public DataResult<String> get() {
|
||||
log.info("locale:{}", LocaleContextHolder.getLocale());
|
||||
log.info("error message:{}", I18nUtils.getMessage("common.systemError"));
|
||||
log.info("error message:{}", I18nUtils.getMessage("common.paramDetailError", new Object[] {"参数呀"}));
|
||||
return DataResult.of("success");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user