diff --git a/src/BirdsiteLive/Controllers/DebugingController.cs b/src/BirdsiteLive/Controllers/DebugingController.cs index cb67a6e..12ac90e 100644 --- a/src/BirdsiteLive/Controllers/DebugingController.cs +++ b/src/BirdsiteLive/Controllers/DebugingController.cs @@ -94,7 +94,7 @@ namespace BirdsiteLive.Controllers sensitive = false, content = "

Woooot

", attachment = new Attachment[0], - tag = new string[0] + tag = new Tag[0] } }; diff --git a/src/BirdsiteLive/Controllers/InboxController.cs b/src/BirdsiteLive/Controllers/InboxController.cs index 9d7783c..a0d8748 100644 --- a/src/BirdsiteLive/Controllers/InboxController.cs +++ b/src/BirdsiteLive/Controllers/InboxController.cs @@ -23,8 +23,7 @@ namespace BirdsiteLive.Controllers } - - throw new NotImplementedException(); + return Accepted(); } } } \ No newline at end of file