Files
online.tbbank.gov.tm-larave…/nova/src/Console/tool-stubs/routes/api.stub
2024-09-01 18:54:23 +05:00

20 lines
530 B
Plaintext

<?php
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| Tool API Routes
|--------------------------------------------------------------------------
|
| Here is where you may register API routes for your tool. These routes
| are loaded by the ServiceProvider of your tool. They are protected
| by your tool's "Authorize" middleware by default. Now, go build!
|
*/
// Route::get('/', function (Request $request) {
// //
// });