mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
mod_http_files: Specify method in HTTP route
This commit is contained in:
parent
c06a35c238
commit
e9de5a1a10
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ end
|
||||||
|
|
||||||
module:provides("http", {
|
module:provides("http", {
|
||||||
route = {
|
route = {
|
||||||
["/*"] = serve_file;
|
["GET /*"] = serve_file;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue