mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-10 12:30:15 +00:00
🛠️ Simplify route definition and update JS for Nostr profile handling
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use App\Http\Controllers\Api\Nostr\GetProfile;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/nostr/profile/{key}', \App\Http\Controllers\Api\Nostr\GetProfile::class);
|
||||
Route::get('/nostr/profile/{key}', GetProfile::class);
|
||||
|
||||
Reference in New Issue
Block a user