This commit is contained in:
parent
c2e3dc8d0e
commit
c5013ab3fd
@ -9,7 +9,7 @@ fastify.get('/', async (request, reply) => {
|
||||
// Run the server!
|
||||
const start = async () => {
|
||||
try {
|
||||
await fastify.listen(3000, '0.0.0.0')
|
||||
await fastify.listen(3001, '0.0.0.0')
|
||||
} catch (err) {
|
||||
fastify.log.error(err)
|
||||
process.exit(1)
|
||||
|
Reference in New Issue
Block a user