feat: make some limits configurable
This commit is contained in:
parent
74800b46ef
commit
373d97e70a
11 changed files with 312 additions and 218 deletions
6
Foxnouns.Backend/Services/ValidationService.cs
Normal file
6
Foxnouns.Backend/Services/ValidationService.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace Foxnouns.Backend.Services;
|
||||
|
||||
public partial class ValidationService(Config config)
|
||||
{
|
||||
private readonly Config.LimitsConfig _limits = config.Limits;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue