mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
удалил роут с чартом
This commit is contained in:
parent
6cf66cf5bf
commit
cf5218a3c3
1 changed files with 0 additions and 2 deletions
|
@ -20,10 +20,8 @@ const fastify = require('fastify')({
|
|||
: false),
|
||||
});
|
||||
|
||||
const getChartRoute = require('./routes/getChart.js');
|
||||
const getRateRoute = require('./routes/getRate.js');
|
||||
|
||||
fastify.register(getChartRoute);
|
||||
fastify.register(getRateRoute);
|
||||
|
||||
fastify.listen(
|
||||
|
|
Loading…
Add table
Reference in a new issue