mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-06 06:39:18 -05:00
refactor: stop sharing api/client specific config (#51423)
This commit is contained in:
committed by
GitHub
parent
2428910ad1
commit
cb9d6a6243
@@ -9,7 +9,7 @@ const loopback = require('loopback');
|
||||
const boot = require('loopback-boot');
|
||||
const morgan = require('morgan');
|
||||
|
||||
const { sentry } = require('../../../config/secrets');
|
||||
const { sentry } = require('../../config/secrets');
|
||||
const { setupPassport } = require('./component-passport');
|
||||
|
||||
const log = createDebugger('fcc:server');
|
||||
|
||||
Reference in New Issue
Block a user