mirror of
https://github.com/nextcloud/server.git
synced 2026-06-20 05:59:40 -04:00
fix(OCM): Remove comment meant only for OCP APIs
Signed-off-by: Micke Nordin <kano@sunet.se>
This commit is contained in:
parent
5c19d24e76
commit
dec38e5307
1 changed files with 0 additions and 2 deletions
|
|
@ -38,8 +38,6 @@ use Psr\Log\LoggerInterface;
|
|||
/**
|
||||
* Controller for the /token endpoint
|
||||
* Exchanges long-lived refresh tokens for short-lived access tokens
|
||||
*
|
||||
* @since 32.0.0
|
||||
*/
|
||||
class TokenController extends ApiController {
|
||||
public function __construct(
|
||||
|
|
|
|||
Loading…
Reference in a new issue