clrghouz/routes/api.php

17 lines
507 B
PHP
Raw Normal View History

2018-11-15 21:45:49 +11:00
<?php
use Illuminate\Support\Facades\Route;
2021-08-09 23:35:22 +10:00
use App\Http\Controllers\{DomainController,SystemController,ZoneController};
2018-11-15 21:45:49 +11:00
/*
|--------------------------------------------------------------------------
| 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!
|
*/