Skip to content

Commit

Permalink
Change server port from 3000 to 3979 for application configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuerti committed Nov 11, 2024
1 parent ef26b9e commit 741c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createEvents } from 'ics';
import { WebUntis } from 'webuntis';

const app = express();
const port = 3000;
const port = 3979;

app.get('/', async (req, res) => {
try {
Expand Down

0 comments on commit 741c0ef

Please sign in to comment.