From cc389c52e9196c5cfa34b90b18559eb7719b0a04 Mon Sep 17 00:00:00 2001 From: Fang Date: Tue, 6 Oct 2020 16:37:02 +0200 Subject: [PATCH] vere: put runtime http bindings under /~_~ --- pkg/urbit/vere/io/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/urbit/vere/io/http.c b/pkg/urbit/vere/io/http.c index a7444e9cb..034de6db5 100644 --- a/pkg/urbit/vere/io/http.c +++ b/pkg/urbit/vere/io/http.c @@ -1422,7 +1422,7 @@ _http_serv_init_h2o(SSL_CTX* tls_u, c3_o log, c3_o red) // register slog stream endpoint // - h2o_pathconf_t* pac_u = h2o_config_register_path(h2o_u->hos_u, "/~/slog", 0); + h2o_pathconf_t* pac_u = h2o_config_register_path(h2o_u->hos_u, "/~_~/slog", 0); h2o_handler_t* han_u = h2o_create_handler(pac_u, sizeof(*han_u)); han_u->on_req = _http_seq_accept;