app port changed
This commit is contained in:
@@ -87,8 +87,8 @@ const start = async () => {
|
||||
|
||||
await loadExtensions();
|
||||
|
||||
await fastify.listen({ port: 3000, host: '0.0.0.0' });
|
||||
console.log(`Server running at http://localhost:3000`);
|
||||
await fastify.listen({ port: 54322, host: '0.0.0.0' });
|
||||
console.log(`Server running at http://localhost:54322`);
|
||||
|
||||
startCppScraper();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user