aboutsummaryrefslogtreecommitdiff
path: root/routes/api.php
blob: fa8441074c200291233e96a6455936db48e0e12a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
| API Routes
|--------------------------------------------------------------------------
|
| Here is where you can register API routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "api" middleware group. Make something great!
|
*/