mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 18:58:02 +08:00
A prompt message was modified
This commit is contained in:
parent
174112688f
commit
5b530670f0
@ -103,7 +103,7 @@ func (a *TenantAppStruct) ListServices(w http.ResponseWriter, r *http.Request) {
|
||||
// List services
|
||||
resp, err := handler.GetServiceManager().GetServicesByAppID(appID, page, pageSize)
|
||||
if err != nil {
|
||||
httputil.ReturnError(r, w, http.StatusInternalServerError, fmt.Sprintf("List apps failure : %v", err))
|
||||
httputil.ReturnError(r, w, http.StatusInternalServerError, fmt.Sprintf("List services failure : %v", err))
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user