This commit is contained in:
Mr Swift
2024-03-09 20:10:55 +03:30
parent 3c1a7da256
commit 379929844a
9 changed files with 48 additions and 35 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ router.post('/survey', surveyController.createPublic)
/// ///////////// Brand
router.get('/brand', brandController.getbrands)
router.get('/brand/:id', brandController.getbrand)
/// ///////////// Complaint
router.post('/complaint', complaintController.create)