We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e85cbb commit 06f7e3cCopy full SHA for 06f7e3c
1 file changed
index.js
@@ -147,6 +147,6 @@ app.get('/api/v1/pastes/:id/raw', async (req, res) => {
147
});
148
149
// Start the server
150
-app.listen(port, () => {
+app.listen(port, "0.0.0.0", () => {
151
console.log(`Server running at http://localhost:${port}`);
152
0 commit comments