feat(frontend): global notices

This commit is contained in:
sam 2025-04-06 16:24:05 +02:00
parent b07f4b75c0
commit b0431ff962
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 81 additions and 5 deletions

View file

@ -68,6 +68,7 @@ builder
{
NamingStrategy = new SnakeCaseNamingStrategy(),
};
options.SerializerSettings.DateParseHandling = DateParseHandling.None;
})
.ConfigureApiBehaviorOptions(options =>
{