feature/structure-refactor #33
No reviewers
Labels
No labels
bug
enhancement
feature
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Transcendence/backend!33
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/structure-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,60 @@using Microsoft.AspNetCore.Http.HttpResults;Remake this
@ -0,0 +15,4 @@me.MapDelete("/", [Authorize] async (DeleteMeCommand command, HttpContext http, TokenContext tk) =>{var result = await command.ExecuteAsync(tk.User);if (result.Problem is { } problem)Create custom isProblem
@ -0,0 +1,35 @@using KeepGrouped.API.Middlewares;using Microsoft.AspNetCore.Authorization;Remove that
Need to change some stuff