mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
More web stuff (#5055)
* Add Response.gamesOfuser * Cleanup and confirm all
This commit is contained in:
parent
f04702fdd1
commit
291c535edb
12 changed files with 71 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export * from './activateAccount';
|
||||
export * from './activate';
|
||||
export * from './addToList';
|
||||
export * from './connect';
|
||||
export * from './disconnect';
|
||||
|
|
@ -9,8 +9,8 @@ export * from './login';
|
|||
export * from './register';
|
||||
export * from './removeFromList';
|
||||
export * from './requestPasswordSalt';
|
||||
export * from './resetPassword';
|
||||
export * from './resetPasswordChallenge'
|
||||
export * from './forgotPasswordRequest';
|
||||
export * from './forgotPasswordChallenge'
|
||||
export * from './resetPasswordRequest';
|
||||
export * from './updateStatus';
|
||||
export * from './accountPassword';
|
||||
|
|
@ -18,3 +18,5 @@ export * from './accountEdit';
|
|||
export * from './accountImage';
|
||||
export * from './message';
|
||||
export * from './getUserInfo';
|
||||
export * from './getGamesOfUser';
|
||||
export * from './ping';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue