mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-10 12:30:15 +00:00
7 lines
148 B
PHP
7 lines
148 B
PHP
<?php
|
|
|
|
use App\Http\Controllers\Api\Nostr\GetProfile;
|
|
use Illuminate\Support\Facades\Route;
|
|
|
|
Route::get('/nostr/profile/{key}', GetProfile::class);
|