Fixed Update Article API calls.
This commit is contained in:
@ -39,7 +39,7 @@ const ERRORS = {
|
|||||||
|
|
||||||
module.exports = class GetBlogArticle extends APIHandler {
|
module.exports = class GetBlogArticle extends APIHandler {
|
||||||
constructor(api) {
|
constructor(api) {
|
||||||
super(api, ['PUT', 'GET'], '/blog/update');
|
super(api, ['PUT'], '/blog/article');
|
||||||
}
|
}
|
||||||
|
|
||||||
async handle(request) {
|
async handle(request) {
|
||||||
|
Reference in New Issue
Block a user