mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda)
This commit is contained in:
parent
4a958b8611
commit
515110f944
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
module:set_global();
|
||||
module:depends("http");
|
||||
|
||||
local server = require "net.http.server";
|
||||
local codes = require "net.http.codes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue