Files

16 lines
477 B
PHP
Raw Permalink Normal View History

2018-05-09 08:05:17 -05:00
<?php
/*
|--------------------------------------------------------------------------
| API Routes
|--------------------------------------------------------------------------
|
| Here is where you can register API routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| is assigned the "api" middleware group. Enjoy building your API!
|
*/
2018-09-11 07:51:35 -05:00
// Legacy API
Route::any('/v0/{path?}', 'LegacyController@api')->where('path', '.*');