diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-15 09:18:14 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-15 09:18:14 +0100 |
| commit | 18403daf12e9ec1553f6b39a609374bd39fd16d5 (patch) | |
| tree | 92c500111d51d1cfee2d87d13536fcaea0928076 /bucky | |
| parent | 38b3faf1faa645258044201ab8d7429c84bb2b98 (diff) | |
federate
Diffstat (limited to 'bucky')
| -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 29017b1..3577bc5 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, |
