6 lines
71 B
PHP
6 lines
71 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
Route::add('/check-calendar', function () {
|
||
|
|
|
||
|
|
|
||
|
|
}, 'post');
|