mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
Moved special pages ( /, /robots.txt, /favicon.ico ) to their own module
This commit is contained in:
parent
21300bd6c7
commit
752dc5ca26
3 changed files with 47 additions and 35 deletions
|
@ -1,8 +1,16 @@
|
|||
{
|
||||
"parts": [{
|
||||
"name": "static",
|
||||
"hooks": {
|
||||
"expressServer": "../static:expressServer"
|
||||
"parts": [
|
||||
{
|
||||
"name": "static",
|
||||
"hooks": {
|
||||
"expressServer": "../static:expressServer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "specialpages",
|
||||
"hooks": {
|
||||
"expressServer": "../specialpages:expressServer"
|
||||
}
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue