diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-25 00:33:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-25 00:33:48 +0900 |
| commit | 575da762356f9a1efd4af8a6a6dcdad9a2c3c379 (patch) | |
| tree | ad1217540d5adc375fa919769156fd69ec3c966e /src/server/api/endpoints/auth/accept.ts | |
| parent | #1955 (diff) | |
| download | sharkey-575da762356f9a1efd4af8a6a6dcdad9a2c3c379.tar.gz sharkey-575da762356f9a1efd4af8a6a6dcdad9a2c3c379.tar.bz2 sharkey-575da762356f9a1efd4af8a6a6dcdad9a2c3c379.zip | |
Clean up: Remove unmaintained codes
Diffstat (limited to 'src/server/api/endpoints/auth/accept.ts')
| -rw-r--r-- | src/server/api/endpoints/auth/accept.ts | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/server/api/endpoints/auth/accept.ts b/src/server/api/endpoints/auth/accept.ts index 2638ebc148..fee68a20a6 100644 --- a/src/server/api/endpoints/auth/accept.ts +++ b/src/server/api/endpoints/auth/accept.ts @@ -12,29 +12,6 @@ export const meta = { }; /** - * @swagger - * /auth/accept: - * note: - * summary: Accept a session - * parameters: - * - $ref: "#/parameters/NativeToken" - * - - * name: token - * description: Session Token - * in: formData - * required: true - * type: string - * responses: - * 204: - * description: OK - * - * default: - * description: Failed - * schema: - * $ref: "#/definitions/Error" - */ - -/** * Accept */ export default (params: any, user: ILocalUser) => new Promise(async (res, rej) => { |