Skip to content

Commit 8ad38c0

Browse files
committed
v1.2.0
2 parents fb7def1 + aa77bb7 commit 8ad38c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ API_PASSWORD=password
2828
FILE_MAX_AGE=2592000
2929

3030
# Port sur lequel l'API sera lancée
31-
PORT=3000
31+
PORT=3000

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,4 @@ fastify.delete('/files/delete', async (req, res) => {
590590
fastify.listen({ port: process.env.PORT || 3000, host: '0.0.0.0' }, (err) => {
591591
if(err) fastify.log.error(err), process.exit(1)
592592
console.log(`Server listening on port ${fastify.server.address().port}`)
593-
})
593+
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
"storage/*"
2929
]
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)