fix: app context and routing
This commit is contained in:
parent
c00249586d
commit
9b5cf32314
8 changed files with 7 additions and 52 deletions
|
|
@ -13,9 +13,6 @@ const { ApolloServer, AuthenticationError } = require('apollo-server-express')
|
|||
const _ = require('lodash/fp')
|
||||
const pify = require('pify')
|
||||
|
||||
const login = require('./services/login')
|
||||
const register = require('./routes/authentication')
|
||||
|
||||
const options = require('../options')
|
||||
const users = require('../users')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue