fix(lander): use correct secure route for placeholders
This commit is contained in:
parent
40a895673c
commit
b833d0ed74
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ lnm_http_loop *loop_init(lander_gctx *gctx, const char *api_key) {
|
|||
lnm_http_route_step_append(route, lander_post_placeholder, false);
|
||||
lnm_http_route_step_append(route, lander_commit_entry, true);
|
||||
|
||||
lnm_http_router_add(&route, router, lnm_http_method_post, "/hs/");
|
||||
lnm_http_router_add(&route, router, lnm_http_method_post, "/hl/");
|
||||
lnm_http_route_step_append(route, lnm_http_loop_step_auth, false);
|
||||
lnm_http_route_step_append(route, lander_post_placeholder_secure, false);
|
||||
lnm_http_route_step_append(route, lander_commit_entry, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue