Untitled

 avatar
unknown
php
a year ago
154 B
6
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