| @@ -16,8 +16,9 @@ | ||
| 16 | 16 | $router->delete('/zones/{id}', [ShippingZoneController::class, 'destroy']); |
| 17 | 17 | $router->post('/zones/update-order', [ShippingZoneController::class, 'updateOrder']); |
| 18 | 18 | |
| 19 | 19 | $router->get('/zone/states', [ShippingZoneController::class, 'getZoneStates']); |
| 20 | + $router->get('/zone/countries', [ShippingZoneController::class, 'getCountriesByContinent']); | |
| 20 | 21 | |
| 21 | 22 | // Methods |
| 22 | 23 | $router->post('/methods', [ShippingMethodController::class, 'store']); |
| 23 | 24 | $router->put('/methods', [ShippingMethodController::class, 'update']); |