mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
Сделан роут с конфигурацией инстанса
This commit is contained in:
parent
423b4a4ff6
commit
e665903c5a
2 changed files with 16 additions and 0 deletions
|
@ -21,8 +21,10 @@ const fastify = require('fastify')({
|
|||
});
|
||||
|
||||
const getRateRoute = require('./routes/getRate.js');
|
||||
const configurationRoutes = require('./routes/configuration.js');
|
||||
|
||||
fastify.register(getRateRoute);
|
||||
fastify.register(configurationRoutes);
|
||||
|
||||
fastify.listen(
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue