Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Jul 10, 2024
1 parent 5e073c0 commit 5b83f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/manage.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import express from 'express'
const router = express.Router();
const router = express.Router()

router.get('/lpa-overview', (req, res) => {
res.render('manage/lpa-overview.html', {})
});
res.render('manage/lpa-overview.html', {})
})

export default router

0 comments on commit 5b83f49

Please sign in to comment.