Skip to content

Commit adcdca6

Browse files
committed
fix: rename UsersController to IndexController and update comments
1 parent b111f0e commit adcdca6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/gopeed-openapi/src/v1/IndexController.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { Controller, Get, Route, Security, Tags } from 'tsoa';
55

66
@Route('/api/v1')
77
@Tags('Info')
8-
export class UsersController extends Controller {
8+
export class IndexController extends Controller {
99
/**
10-
* Get server info
11-
* @summary Get server info
10+
* Get gopeed info
11+
* @summary Get gopeed info
1212
*/
1313
@Security('X-Api-Token')
1414
@Get('/info')

0 commit comments

Comments
 (0)