diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-01-16 13:52:03 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-01-16 13:52:03 +0100 |
| commit | a20b50b52b87ded6fb1cbac339d6ee66e18a437b (patch) | |
| tree | 3b08f4d6e94025c11c4f9f885ab031337e05e121 | |
| parent | 3484a8c3f4c804e26c0269f90f5c33c75f51e8da (diff) | |
refederate
| -rw-r--r-- | bucky/app/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/index.js b/bucky/app/index.js index a05cd2f..b73e95b 100644 --- a/bucky/app/index.js +++ b/bucky/app/index.js @@ -55,7 +55,7 @@ site.init = function(){ })) upload.init() -// federate.route(app) + federate.route(app) // app.use(csurf({ // cookie: true, |
