mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix DI
This commit is contained in:
@@ -94,7 +94,7 @@ namespace BirdsiteLive.Controllers
|
||||
sensitive = false,
|
||||
content = "<p>Woooot</p>",
|
||||
attachment = new Attachment[0],
|
||||
tag = new string[0]
|
||||
tag = new Tag[0]
|
||||
}
|
||||
};
|
||||
|
||||
|
@@ -23,8 +23,7 @@ namespace BirdsiteLive.Controllers
|
||||
|
||||
}
|
||||
|
||||
|
||||
throw new NotImplementedException();
|
||||
return Accepted();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user