Skip to content

Commit

Permalink
move backups to root of client/
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Aug 14, 2024
1 parent 43aa75e commit 9740411
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion routes/backups.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Router } from 'express';
const router = Router();

router.get('/', (_req, res) => {
res.sendFile('index.html', { root: './client/backups' });
res.sendFile('backups.html', { root: './client' });
});

export default router;

0 comments on commit 9740411

Please sign in to comment.