Make corpus access a service rather than util

This commit is contained in:
Fred Boniface 2022-12-23 16:59:59 +00:00
parent 196d0621f5
commit d08cda1087
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
// check() : Checks authentication, presence of tables and contents of tables.
// 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 = {