удалил роут с чартом

This commit is contained in:
Данил 2024-10-06 20:56:48 +03:00
parent 6cf66cf5bf
commit cf5218a3c3

View file

@ -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(