merms profile picture
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user