We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73db6f6 + 4e321f3 commit a028cdcCopy full SHA for a028cdc
engine/internal/srv/config.go
@@ -28,7 +28,7 @@ const connectionCheckTimeout = 10 * time.Second
28
func (s *Server) getProjectedAdminConfig(w http.ResponseWriter, r *http.Request) {
29
cfg, err := s.projectedAdminConfig()
30
if err != nil {
31
- api.SendError(w, r, err)
+ api.SendBadRequestError(w, r, err.Error())
32
return
33
}
34
@@ -41,7 +41,7 @@ func (s *Server) getProjectedAdminConfig(w http.ResponseWriter, r *http.Request)
41
func (s *Server) getAdminConfigYaml(w http.ResponseWriter, r *http.Request) {
42
cfg, err := adminConfigYaml()
43
44
45
46
47
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments