feat(backend): render flags in member response

This commit is contained in:
sam 2024-09-29 19:52:22 +02:00
parent e11e60e16b
commit f539902711
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,6 @@
using System.Net;
using Foxnouns.Backend.Utils;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Newtonsoft.Json;
namespace Foxnouns.Backend.Middleware;