Files
php_assessment_1/calendar-routes.php
T
emmymayo 77037e7e84 init
2025-02-04 23:06:08 +01:00

6 lines
71 B
PHP

<?php
Route::add('/check-calendar', function () {
}, 'post');