mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-17 21:12:22 +01:00
allow anonymous tag
This commit is contained in:
parent
992ea50aba
commit
354d8312d6
@ -60,6 +60,7 @@ namespace VoidCat.Controllers
|
||||
[DisableRequestSizeLimit]
|
||||
[DisableFormValueModelBinding]
|
||||
[Authorize(AuthenticationSchemes = "Bearer,Nostr", Policy = Policies.RequireNostr)]
|
||||
[AllowAnonymous]
|
||||
public async Task<IActionResult> UploadFile([FromQuery] bool cli = false)
|
||||
{
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user