summaryrefslogtreecommitdiffstats
path: root/src/rest.c
diff options
context:
space:
mode:
authorDiego Crespo Quinta <diegocrespodcq98@gmail.com>2021-03-30 13:08:48 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-03-30 16:11:45 +0200
commitd9e1521a16f4633d895f7b6734acc59565f5f8d0 (patch)
tree2664fb8547a38bb383ef35543f9fab54c48d706b /src/rest.c
parenta71cba4df1c0ba98d9db44cff45fcaa111e00430 (diff)
#1004 Add GET /images test
Fix incorrect error if json is missing.
Diffstat (limited to 'src/rest.c')
-rw-r--r--src/rest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest.c b/src/rest.c
index 81dfa7c..39b0022 100644
--- a/src/rest.c
+++ b/src/rest.c
@@ -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;
}