mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-01 02:10:15 +00:00
6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Route;
|
|
|
|
Route::redirect('/', '/association/profile');
|