mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-01 21:00:58 +00:00
7 lines
205 B
PHP
7 lines
205 B
PHP
<?php
|
|
|
|
use App\Domains\Contacts\Http\Controllers\CountriesController;
|
|
use Illuminate\Support\Facades\Route;
|
|
|
|
Route::get('countries', CountriesController::class); // country list for the guest-facing forms
|