gluon-core: remove obsolete gluon.site_config library
This commit is contained in:
parent
c5fd53e527
commit
f1f2bae94f
@ -1,11 +0,0 @@
|
|||||||
local site = require 'gluon.site'
|
|
||||||
|
|
||||||
local setmetatable = setmetatable
|
|
||||||
|
|
||||||
module 'gluon.site_config'
|
|
||||||
|
|
||||||
setmetatable(_M, {
|
|
||||||
__index = site(),
|
|
||||||
})
|
|
||||||
|
|
||||||
return _M
|
|
Loading…
Reference in New Issue
Block a user