This commit is contained in:
Nicolas Constant 2020-07-31 22:52:40 -04:00
parent 83507614a4
commit fdfe4c703c
No known key found for this signature in database
GPG key ID: 1E9F677FB01A5688
2 changed files with 2 additions and 3 deletions

View file

@ -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]
} }
}; };

View file

@ -23,8 +23,7 @@ namespace BirdsiteLive.Controllers
} }
return Accepted();
throw new NotImplementedException();
} }
} }
} }