Skip to content
Snippets Groups Projects
Commit aca9b070 authored by Armand Bahi's avatar Armand Bahi
Browse files

Suppression de la ressource publictoken sur swagger

parent 943bb3de
Branches
Tags
No related merge requests found
...@@ -41,21 +41,6 @@ class PublicToken extends Vitis { ...@@ -41,21 +41,6 @@ class PublicToken extends Vitis {
$this->aProperties = $properties; $this->aProperties = $properties;
} }
/**
* @SWG\Get(path="/publictoken",
* tags={"Token"},
* summary="Get public token",
* description="Request to get a token",
* operationId="GET",
* produces={"application/xml", "application/json"},
* @SWG\Response(
* response=200,
* description="Token Response",
* @SWG\Schema(ref="#/definitions/publictoken")
* )
* )
*/
/** /**
* Method get to get a public token * Method get to get a public token
* @return user array * @return user array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment