add nova
This commit is contained in:
19
nova/src/Console/tool-stubs/routes/api.stub
Normal file
19
nova/src/Console/tool-stubs/routes/api.stub
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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) {
|
||||
// //
|
||||
// });
|
||||
Reference in New Issue
Block a user