Skip to content

Commit f101ff2

Browse files
committed
2 parents fb2c38f + 3d939ff commit f101ff2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,10 @@ File manager developed with AngularJS and Bootstrap by [Jonas Sciangula Street](
281281
--------------------
282282

283283
##### Errors / Exceptions
284-
Every backend errors should be with an Error 500 HTTP code.
285-
286-
Btw, you can report errors with a 200 response with this json structure
284+
Any backend error should be with an error 500 HTTP code.
285+
Btw, you can also report errors with a 200 response using this json structure
287286
```json
288287
{ "result": {
289288
"success": false,
290289
"error": "Access denied to remove file"
291-
}}
290+
}}

0 commit comments

Comments
 (0)