feat: add a component for changing days (#48)
All checks were successful
it-academy/dry-wash-pl/pipeline/head This commit looks good
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good

This commit is contained in:
2024-12-14 22:27:07 +03:00
parent e2c65fd39c
commit 8cc8391a09
7 changed files with 62 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ router.get('/arm/masters', (req, res) => {
);
});
router.get('/arm/orders', (req, res) => {
router.post('/arm/orders', (req, res) => {
res
.status(/error/.test(STUBS.orders) ? 500 : 200)
.send(