Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xfy777 committed Aug 20, 2023
1 parent bde26f5 commit d6691f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ app.use("/api/content/raw", express.static("uploads"));
app.use("/", router);

app.listen(config.port, () => {
console.log(`[~~Daddy~~] Listening for requests on port ${config.port}`);
console.log(`Listening for requests on port ${config.port}`);
});

0 comments on commit d6691f0

Please sign in to comment.