mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +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),
|
: false),
|
||||||
});
|
});
|
||||||
|
|
||||||
const getChartRoute = require('./routes/getChart.js');
|
|
||||||
const getRateRoute = require('./routes/getRate.js');
|
const getRateRoute = require('./routes/getRate.js');
|
||||||
|
|
||||||
fastify.register(getChartRoute);
|
|
||||||
fastify.register(getRateRoute);
|
fastify.register(getRateRoute);
|
||||||
|
|
||||||
fastify.listen(
|
fastify.listen(
|
||||||
|
|
Loading…
Add table
Reference in a new issue