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,
|
sensitive = false,
|
||||||
content = "<p>Woooot</p>",
|
content = "<p>Woooot</p>",
|
||||||
attachment = new Attachment[0],
|
attachment = new Attachment[0],
|
||||||
tag = new string[0]
|
tag = new Tag[0]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -23,8 +23,7 @@ namespace BirdsiteLive.Controllers
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return Accepted();
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user