fix: app context and routing

This commit is contained in:
Sérgio Salgado 2021-04-06 20:31:47 +01:00 committed by Josh Harvey
parent c00249586d
commit 9b5cf32314
8 changed files with 7 additions and 52 deletions

View file

@ -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')