mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-09 10:58:06 +01:00
fix(redis-api): change port
This commit is contained in:
parent
7b9b61b2b7
commit
857510e42e
1 changed files with 1 additions and 1 deletions
|
@ -42,4 +42,4 @@ fastify.post("/flush", async (request, reply) => {
|
|||
reply.send(await redis.flushdb());
|
||||
});
|
||||
|
||||
fastify.listen({ port: 51253 }, console.log);
|
||||
fastify.listen({ port: 51254 }, console.log);
|
||||
|
|
Loading…
Reference in a new issue