Misc fixes
grpc.aoba.app for grpc calls
This commit is contained in:
@@ -24,7 +24,7 @@ public class MediaApi(AobaService aoba) : ControllerBase
|
||||
|
||||
return Ok(new
|
||||
{
|
||||
media.Value,
|
||||
media = media.Value,
|
||||
url = media.Value.GetMediaUrl()
|
||||
});
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ public class ShareXDestination
|
||||
public Dictionary<string, string> Arguments { get; set; } = new() { { "name", "$filename$" } };
|
||||
public string FileFormName { get; set; } = "file";
|
||||
public string[] RegexList { get; set; } = ["([^/]+)/?$"];
|
||||
public string URL { get; set; } = "https://aoba.app$json:url$";
|
||||
public string URL { get; set; } = "https://aoba.app{json:url}";
|
||||
public string? ThumbnailURL { get; set; }
|
||||
public string? DeletionURL { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user