Skip to content

Commit ea9afc6

Browse files
committed
-
1 parent 9259851 commit ea9afc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.psc-ide-port

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15743
1+
15880

APPROACH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This file contains some comments about the decisions which were made.
5454
1. PureScript Payload:
5555
1. The `Failure` type did not fit for CORS, because it requires a custom header with every request.
5656
1. Payload does not output validation errors. In order to see them, Payload was patched. (Compare <https://github.com/hoodunit/purescript-payload/compare/master...jim108dev:master>)
57-
1. Payload did not support post requests with an empty body. This was also be patched.
57+
1. Payload did not support post requests with an empty body. This was also patched.
5858
1. Validation:
5959
1. [purescript-simple-json](https://github.com/justinwoo/purescript-simple-json) is used for JSON encoding/decoding because it doesn't require to specify the order of fields. Because the error field is dynamic the error structure is rendered with simple string concatenation (see [src/Server/Shared/Api/Main.purs](./src/Server/Shared/Api/Main.purs)). This could be improved.
6060
1. Strings are represented by:

0 commit comments

Comments
 (0)