АГ
Size: a a a
АГ
АГ
А
АГ
АГ
АГ
АГ
🦔
$route->get('/schedule', ScheduleController::class)->setName('dashboard.schedule');
$route->post('/schedule', [ScheduleController::class, 'editAction']);
$("#schedule").submit(function(e) {
e.preventDefault();
$.ajax({
url: '/schedule',
type: 'POST',
data: $(this).serialize(),
success: function () {
console.log('it worked!');
},
error: function () {
console.log('it failed!');
}
});
});
Exception has occurred.
Slim\Exception\HttpMethodNotAllowedException: Method not allowed. Must be one of: GET
АГ
АГ
АК
АК
V