UApi work, nix test vm cleanup

This commit is contained in:
Rory&
2026-02-25 09:00:13 +01:00
parent ddfae45ed0
commit f90d9e098d
8 changed files with 96 additions and 15 deletions
@@ -8,6 +8,7 @@ using Spacebar.Models.Generic;
namespace Spacebar.UApi.Controllers;
[Route("/api/v{_}/guilds/{guildId}/members/")]
[ApiController]
public class GuildMembersController(ILogger<GuildMembersController> logger, SpacebarDbContext db, SpacebarAspNetAuthenticationService authService) : ControllerBase {
/// <summary>
/// Get a guild member by ID