Skip to content

Commit 06f7e3c

Browse files
committed
listen on 0.0.0.0
1 parent 8e85cbb commit 06f7e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ app.get('/api/v1/pastes/:id/raw', async (req, res) => {
147147
});
148148

149149
// Start the server
150-
app.listen(port, () => {
150+
app.listen(port, "0.0.0.0", () => {
151151
console.log(`Server running at http://localhost:${port}`);
152152
});

0 commit comments

Comments
 (0)