fix DI
This commit is contained in:
parent
83507614a4
commit
fdfe4c703c
2 changed files with 2 additions and 3 deletions
|
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue