aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/index.js
blob: 6a3f3f98f42172c90650f604b712a02b1e8024df (plain) (blame)
1
2
3
4
5
6
7
'use strict'

const apiController = require('./api/')

module.exports = {
  api: apiController
}