diff options
author | Diego Crespo Quinta <diegocrespodcq98@gmail.com> | 2021-03-30 13:08:48 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-03-30 16:11:45 +0200 |
commit | d9e1521a16f4633d895f7b6734acc59565f5f8d0 (patch) | |
tree | 2664fb8547a38bb383ef35543f9fab54c48d706b /src/rest.c | |
parent | a71cba4df1c0ba98d9db44cff45fcaa111e00430 (diff) |
#1004 Add GET /images test
Fix incorrect error if json is missing.
Diffstat (limited to 'src/rest.c')
-rw-r--r-- | src/rest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4128,7 +4128,7 @@ int og_client_state_process_payload_rest(struct og_client *cli) } if (root) { - err = og_client_method_not_found(cli); + err = og_client_bad_request(cli); goto err_process_rest_payload; } |