Skip to content

Commit

Permalink
fix(web): delete unused api (labring#1372)
Browse files Browse the repository at this point in the history
* fix(web): fix paths

* fix(web): delete unused api
  • Loading branch information
newfish-cmyk authored Jul 7, 2023
1 parent 1f3e5df commit 534662b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
3 changes: 1 addition & 2 deletions web/src/apis/v1/api-auto.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,11 +458,10 @@ declare namespace Paths {
namespace AppControllerGetRuntimes {
export type QueryParameters = any;

export type BodyParameters = any;
export type BodyParameters = Definitions.CreateFunctionDto;

export type Responses = any;
}

namespace FunctionControllerCreate {
export type QueryParameters = any;

Expand Down
29 changes: 0 additions & 29 deletions web/src/apis/v1/pat2token.ts

This file was deleted.

31 changes: 0 additions & 31 deletions web/src/apis/v1/profile.ts

This file was deleted.

0 comments on commit 534662b

Please sign in to comment.