Make corpus access a service rather than util
This commit is contained in:
parent
196d0621f5
commit
d08cda1087
@ -3,7 +3,8 @@
|
|||||||
// check() : Checks authentication, presence of tables and contents of tables.
|
// check() : Checks authentication, presence of tables and contents of tables.
|
||||||
// build() : Builds the lookup table using the corpus.utils to download data.
|
// build() : Builds the lookup table using the corpus.utils to download data.
|
||||||
|
|
||||||
const corpus = require('../utils/corpus.utils');
|
const corpus = require('../services/corpus.services');
|
||||||
|
const db = require('../services/dbAccess.services');
|
||||||
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Reference in New Issue
Block a user