mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
20 lines
538 B
PHP
20 lines
538 B
PHP
<?php
|
|
|
|
use Illuminate\Http\Request;
|
|
use Illuminate\Support\Facades\Route;
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Card API Routes
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Here is where you may register API routes for your card. These routes
|
|
| are loaded by the ServiceProvider of your card. You're free to add
|
|
| as many additional routes to this file as your card may require.
|
|
|
|
|
*/
|
|
|
|
// Route::get('/endpoint', function (Request $request) {
|
|
// //
|
|
// });
|