replace PHP in html with js & bugfixes

This commit is contained in:
2022-11-20 03:18:23 +01:00
parent 728b12107f
commit 0d3526221d
22 changed files with 634 additions and 233 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ type apiError struct {
Error int `json:"error"`
ErrorHighlight int `json:"errhighlight"`
Message string `json:"message"`
RawError error `json:"errorObject,omitempty"`
RawError string `json:"errorObj,omitempty"`
Trace string `json:"traceObj,omitempty"`
}
type compatAPIError struct {