mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
Изменены пути
This commit is contained in:
parent
7c835e145a
commit
906a89e49e
4 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
const config = require('../config/main.js')();
|
||||
const config = require('../shared/config/src/main.js')();
|
||||
const axios = require('axios');
|
||||
const pool = require('../database/postgresql.js');
|
||||
const logger = require('../logger/main.js');
|
||||
const pool = require('../shared/database/src/postgresql.js');
|
||||
const logger = require('../shared/logger/src/main.js');
|
||||
|
||||
const coinapiKeys = config['currency']['coinapiKeys'];
|
||||
let apiKeyIndex = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue