From fdfe4c703c5327d860cd5204c1c7ee90ceea1d5d Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Fri, 31 Jul 2020 22:52:40 -0400 Subject: [PATCH] fix DI --- src/BirdsiteLive/Controllers/DebugingController.cs | 2 +- src/BirdsiteLive/Controllers/InboxController.cs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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