Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Khabibova committed Oct 28, 2023
1 parent 99c18d1 commit a1e3d4a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ const router = require('express').Router();
const NotFoundError = require('../errors/NotFoundError');
const auth = require('../middlewares/auth');

app.get('/crash-test', () => {
setTimeout(() => {
throw new Error('Сервер сейчас упадёт');
}, 0);
});
router.use('/signin', require('./signin'));
router.use('/signup', require('./signup'));

Expand Down
Binary file modified frontend/node_modules/.cache/default-development/0.pack
Binary file not shown.
Binary file modified frontend/node_modules/.cache/default-development/1.pack
Binary file not shown.
Binary file modified frontend/node_modules/.cache/default-development/3.pack
Binary file not shown.
Binary file modified frontend/node_modules/.cache/default-development/5.pack
Binary file not shown.
Binary file modified frontend/node_modules/.cache/default-development/6.pack
Binary file not shown.
Binary file modified frontend/node_modules/.cache/default-development/index.pack
Binary file not shown.
Binary file modified frontend/node_modules/.cache/default-development/index.pack.old
Binary file not shown.

0 comments on commit a1e3d4a

Please sign in to comment.