removed server and update route and config exports
This commit is contained in:
parent
8ed1b02ee6
commit
ca787f3150
17 changed files with 141 additions and 11789 deletions
server/controllers
|
@ -1,5 +1,5 @@
|
|||
const logger = require('winston');
|
||||
const db = require('../models/index');
|
||||
const db = require('../models');
|
||||
const lbryApi = require('../helpers/lbryApi.js');
|
||||
const publishHelpers = require('../helpers/publishHelpers.js');
|
||||
const { publishing: { primaryClaimAddress, additionalClaimAddresses } } = require('../../config/siteConfig.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue