mirror of
https://github.com/avency/Gitea.git
synced 2025-10-29 18:52:33 +01:00
feat: add further Repo endpoints
This commit is contained in:
@ -11,7 +11,7 @@ use Avency\Gitea\Client;
|
||||
*/
|
||||
class Admin extends AbstractEndpoint implements EndpointInterface
|
||||
{
|
||||
const BASE_URI = 'api/v1/admin';
|
||||
const BASE_URI = '/admin';
|
||||
|
||||
/**
|
||||
* @var Client
|
||||
|
||||
Reference in New Issue
Block a user