chore: update landerctl to use location header
This commit is contained in:
parent
5d0cafbc27
commit
eff1b13065
2 changed files with 5 additions and 1 deletions
|
|
@ -24,5 +24,5 @@ int main() {
|
|||
gctx->api_key = "test";
|
||||
event_loop *el = http_loop_init(gctx);
|
||||
|
||||
http_loop_run(el, 8000);
|
||||
http_loop_run(el, 18080);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue