Introduce config module
This commit is contained in:
parent
5b9f3701f5
commit
3fb6834f7d
50 changed files with 213 additions and 208 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import config from '../conf';
|
||||
import config from '../config';
|
||||
import parseAcct from '../user/parse-acct';
|
||||
import User from '../models/user';
|
||||
const express = require('express');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue