Added Backend Add code to WebUI.
This commit is contained in:
@@ -17,6 +17,6 @@ final class Supported
|
||||
#[Get(self::URL . '[/]', name: 'system.supported')]
|
||||
public function __invoke(iRequest $request): iResponse
|
||||
{
|
||||
return api_response(HTTP_STATUS::HTTP_OK, ['supported' => array_keys(Config::get('supported'))]);
|
||||
return api_response(HTTP_STATUS::HTTP_OK, array_keys(Config::get('supported')));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user