Commit 832243a5df0508d4a16b90a424c98ddfd4f93e0a

Authored by Marko Tikvić
1 parent 25b39d69c8
Exists in master

todo

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -110,6 +110,7 @@ func Created(w http.ResponseWriter, payload interface{}) {
110 110 type weberror struct {
111 111 Request string `json:"request"`
112 112 Error string `json:"error"`
  113 + //Code int64 `json:"code"` TODO
113 114 }
114 115  
115 116 // Error ...
... ...