forked from cadence/breezewiki
fix previous commit
This commit is contained in:
parent
7a4bfe4180
commit
31037c9852
1 changed files with 2 additions and 0 deletions
2
dist.rkt
2
dist.rkt
|
@ -7,6 +7,7 @@
|
|||
(require (only-in "src/page-home.rkt" page-home))
|
||||
(require (only-in "src/page-not-found.rkt" page-not-found))
|
||||
(require (only-in "src/page-proxy.rkt" page-proxy))
|
||||
(require (only-in "src/page-redirect-wiki-home.rkt" redirect-wiki-home))
|
||||
(require (only-in "src/page-search.rkt" page-search))
|
||||
(require (only-in "src/page-static.rkt" static-dispatcher))
|
||||
(require (only-in "src/page-subdomain.rkt" subdomain-dispatcher))
|
||||
|
@ -24,5 +25,6 @@
|
|||
page-proxy
|
||||
page-search
|
||||
page-wiki
|
||||
redirect-wiki-home
|
||||
static-dispatcher
|
||||
subdomain-dispatcher)))
|
||||
|
|
Loading…
Reference in a new issue