Untitled

 avatar
unknown
php
2 years ago
154 B
12
Indexable
<?php

use Illuminate\Support\Facades\Route;
use App\Http\Controllers\LogoController;

Route::get('/get-logo', [LogoController::class, 'getLogo']);
Editor is loading...
Leave a Comment