nacos config

This commit is contained in:
eson 2023-09-22 10:44:04 +08:00
parent 15f589c09d
commit cd6a919145

View File

@ -110,7 +110,7 @@ func main() {
// 在发生错误时进行处理
logx.Error(err)
res.WriteHeader(http.StatusNotFound) // 返回404状态码
_, err := res.Write([]byte(err.Error()))
// _, err := res.Write([]byte(err.Error()))
if err != nil {
logx.Error(err)
}