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,
content = "<p>Woooot</p>",
attachment = new Attachment[0],
tag = new string[0]
tag = new Tag[0]
}
};

View File

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