Implemented upload and downloading in daemon, api server and frontend
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MoonlightServers.Shared.Http.Responses.Client.Servers.Files;
|
||||
|
||||
public class ServerFilesDownloadResponse
|
||||
{
|
||||
public string DownloadUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user