Files
php_assessment_1/calendar-routes.php
T

6 lines
71 B
PHP
Raw Normal View History

2025-02-04 23:06:08 +01:00
<?php
Route::add('/check-calendar', function () {
}, 'post');