🐛 Fix typo

This commit is contained in:
2022-05-01 23:58:49 +02:00
parent 078d9f6c66
commit 69c601ebe8

View File

@ -7,7 +7,7 @@ import {
} from "./api/index.js";
const app = express();
const port = process.send.PORT || 3000;
const port = process.env.PORT || 3000;
app.get("/api/timetable", getTimetable);
app.get("/api/substitutions", getSubstitutions);