diff --git a/index.js b/index.js index 71b2b5b..4c54442 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const express = require("express"); const patchHandler = require("./patchHandler"); const app = express(); -const port = 1245; +const port = 1243; app.put("/silly2", (req, res) => { const sounds = ["🎺 tuba", "🥁 kazoo", "🎻 squeaky violin", "📯 vuvuzela", "🔔 cowbell"];