Skip to content
Snippets Groups Projects
Verified Commit e2c3d22c authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Error change

parent 0108fdcd
Branches
Tags
No related merge requests found
Pipeline #6031 passed
...@@ -2,7 +2,7 @@ image: docker:20.10.9 ...@@ -2,7 +2,7 @@ image: docker:20.10.9
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 0.5.1 IMAGE_VER: 0.5.2
services: services:
- docker:20.10.9-dind - docker:20.10.9-dind
......
...@@ -112,7 +112,7 @@ sub create ($c ) { ...@@ -112,7 +112,7 @@ sub create ($c ) {
json => $order json => $order
)->result; )->result;
return $c->error(400, $rc->json) if ! $rc->is_success; return $c->error(400, $rc->body) if ! $rc->is_success;
# ukladani do lokalni databazi # ukladani do lokalni databazi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment