Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-perso committed Aug 19, 2023
2 parents fb7def1 + aa77bb7 commit 8ad38c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ API_PASSWORD=password
FILE_MAX_AGE=2592000

# Port sur lequel l'API sera lancée
PORT=3000
PORT=3000
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,4 +590,4 @@ fastify.delete('/files/delete', async (req, res) => {
fastify.listen({ port: process.env.PORT || 3000, host: '0.0.0.0' }, (err) => {
if(err) fastify.log.error(err), process.exit(1)
console.log(`Server listening on port ${fastify.server.address().port}`)
})
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
"storage/*"
]
}
}
}

0 comments on commit 8ad38c0

Please sign in to comment.