master
Bhaskara Kishore 3 years ago
parent b387e6ad12
commit 542b9203cf

@ -49,7 +49,7 @@
<!-- Do not commit this file into the server , ignore it by adding it to .gitignore --> <!-- Do not commit this file into the server , ignore it by adding it to .gitignore -->
<!----------------**************************---------------------> <!----------------**************************--------------------->
<rapi-doc <rapi-doc
spec-url="http://localhost:4000/documentation/json" spec-url="http://35.207.198.4:3000/documentation/json"
show-header = 'false' show-header = 'false'
allow-authentication ="true" allow-authentication ="true"
> >

@ -356,7 +356,7 @@ const start = async () => {
try { try {
await fastify.listen(4000, "0.0.0.0"); await fastify.listen(3000, "0.0.0.0");
fastify.log.info(`listening on ${fastify.server.address().port}`); fastify.log.info(`listening on ${fastify.server.address().port}`);
fastify.log.info(`server listening on ${fastify.config}`); fastify.log.info(`server listening on ${fastify.config}`);
} catch (err) { } catch (err) {

Loading…
Cancel
Save