Skip to content
Snippets Groups Projects
Commit 97b51c12 authored by Bogdan Berezovskiy's avatar Bogdan Berezovskiy
Browse files

chore: update http module

parent 72051ef8
No related branches found
No related tags found
1 merge request!1020chore: update http module
Pipeline #41144 failed
......@@ -10,7 +10,7 @@
url = https://github.com/tarantool/vshard
[submodule "http"]
path = http
url = https://github.com/tarantool/http
url = https://git.picodata.io/picodata/picodata/http
[submodule "picodata-webui"]
path = picodata-webui
url = ../picodata-webui.git
......
Subproject commit 19790899ba5808fd889a8a179414f88b69072e9c
Subproject commit 77d70d35682b6f275f08f7d5cd02fc57651ab0b1
......@@ -192,6 +192,7 @@ fn preload_http() {
}
preload!("http.server", "http/server.lua");
preload!("http.version", "http/version.lua");
preload!("http.codes", "http/codes.lua");
preload!("http.mime_types", "http/mime_types.lua");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment