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,
|
||||
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 a new issue