Refactored frontend to work with the latest mooncore changes
This commit is contained in:
@@ -43,6 +43,13 @@ public class ServerFileSystemService
|
||||
$"api/client/servers/{serverId}/files/mkdir?path={path}"
|
||||
);
|
||||
}
|
||||
|
||||
public async Task Touch(int serverId, string path)
|
||||
{
|
||||
await ApiClient.Post(
|
||||
$"api/client/servers/{serverId}/files/touch?path={path}"
|
||||
);
|
||||
}
|
||||
|
||||
public async Task<ServerFilesUploadResponse> Upload(int serverId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user