From 91f97a65b2c6d1fad3a211a6739a49d9908f69a2 Mon Sep 17 00:00:00 2001 From: Michael VanOverbeek Date: Wed, 15 Feb 2017 21:30:58 +0000 Subject: whoa mud refactoring --- ShiftOS.Server/ShiftnetBackend.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS.Server/ShiftnetBackend.cs') diff --git a/ShiftOS.Server/ShiftnetBackend.cs b/ShiftOS.Server/ShiftnetBackend.cs index 701021d..3241298 100644 --- a/ShiftOS.Server/ShiftnetBackend.cs +++ b/ShiftOS.Server/ShiftnetBackend.cs @@ -13,7 +13,7 @@ namespace ShiftOS.Server { public static class ShiftnetBackend { - [MudRequest("download_start")] + [MudRequest("download_start", typeof(string))] public static void StartDownload(string guid, object contents) { string url = contents as string; @@ -54,7 +54,7 @@ The page you requested at was not found on this multi-user domain." } - [MudRequest("shiftnet_get")] + [MudRequest("shiftnet_get", typeof(Dictionary))] public static void GetPage(string guid, object contents) { var args = contents as Dictionary; -- cgit v1.2.3