This commit is contained in:
Christopher Cookman 2024-12-14 18:10:58 -07:00
parent 8fe9c1484d
commit be84903c63

View file

@ -196,5 +196,5 @@ app.get('/api/v1/route/:apiKey/:ani/:number', (req, res) => {
// Start server
app.listen(port, () => {
console.log(`Server is running on port ${port}`);
console.log(`Listening on port ${port}`);
});