forked from UKSOURCE/cms.hailearning.edu.vn
update API Country
This commit is contained in:
@@ -480,8 +480,6 @@ router.get("/visa", ensureAuthenticated, visaController.index);
|
||||
// Get country data for editing
|
||||
router.get("/visa/edit/:id", ensureAuthenticated, visaController.getCountry);
|
||||
|
||||
router.get("/visa/country", visaController.apiCountries);
|
||||
|
||||
// Update hero title
|
||||
router.post("/visa/update", ensureAuthenticated, visaController.update);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user