merms profile picture

This commit is contained in:
CHIEFSOFT\ameye
2026-02-14 14:33:28 -05:00
parent a8f52fc28d
commit a0284824f8
2 changed files with 61 additions and 6 deletions
+2 -1
View File
@@ -12,4 +12,5 @@ $routes->get('/media/show/(:any)', 'Media::imageGate/$1');
$routes->get('/media/per/(:any)', 'Media::personalImageGate/$1');
$routes->get('/media/biz/(:any)', 'Media::businessImageGate/$1');
$routes->get('/website/(:any)', 'Media::WebsiteGate/$1');
$routes->get('/website/(:any)', 'Media::WebsiteGate/$1');
$routes->get('/profile/(:any)', 'Media::ProfileGate/$1');