Fixed Update Article API calls.

This commit is contained in:
2018-11-27 19:57:53 +11:00
parent b629d8c245
commit 36e98da739

View File

@ -39,7 +39,7 @@ const ERRORS = {
module.exports = class GetBlogArticle extends APIHandler {
constructor(api) {
super(api, ['PUT', 'GET'], '/blog/update');
super(api, ['PUT'], '/blog/article');
}
async handle(request) {