8 lines
212 B
PHP
8 lines
212 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Route;
|
|
|
|
// All web page routes have been removed.
|
|
// This Laravel application now only serves batch/API functionality.
|
|
// Batch commands are located in app/Console/Commands/
|