-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(controllers): Update controller action return types
- Updated the return type of the `ValidateAuth` action in the `AuthController` to `ActionResult`. - Updated the return type of the `WgAuthCallbackAsync` action in the `AuthController` to `Task<IActionResult>`. - Updated the return type of the `RenewSeed` action in the `AuthController` to `Task`. - Updated the return type of the `RefreshToken` action in the `AuthController` to `Task<string>`. - Updated the return type of the `ListPlayers` action in the `PlayerController` to `IAsyncEnumerable<uint>`. - Updated the return type of the `SearchAccount` action in the `PlayerController` to `Task<ActionResult<AccountListingDTO>>`.
- Loading branch information
1 parent
226a5c5
commit 0ccb8a7
Showing
6 changed files
with
120 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.