mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
Изменены пути название файлы main.js -> chart.js
This commit is contained in:
parent
906a89e49e
commit
350e3f9c66
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
const ChartJSImage = require('chart.js-image');
|
||||
const pool = require('../database/postgresql.js');
|
||||
const pool = require('../shared/database/src/postgresql.js');
|
||||
const fs = require('fs');
|
||||
const axios = require('axios');
|
||||
const logger = require('../logger/main.js')
|
||||
const logger = require('../shared/logger/src/main.js')
|
||||
|
||||
/**
|
||||
* Graph generation
|
Loading…
Add table
Reference in a new issue