mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
b454e0cc96
commit
f06ac45724
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ const cors = require('cors')()
|
|||
const config = require('../config')
|
||||
const log = require('../log')
|
||||
|
||||
// REMOVE ME
|
||||
// const federationController = require('../federation')
|
||||
|
||||
const collectionController = require('./controller/collection')
|
||||
const setupController = require('./controller/setup')
|
||||
const settingsController = require('./controller/settings')
|
||||
|
|
Loading…
Reference in a new issue