Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Nov 6, 2023
1 parent f3ba167 commit c6e9a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lasvecka-node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ app.get('/', (req, res) => {
res.send(render(data));
});

app.get('/api', (req, res) => {
app.get('/data', (req, res) => {
res.send(computeTime());
});

Expand Down

0 comments on commit c6e9a2a

Please sign in to comment.