修复接口
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
const dbUtils = require("../../utils/dbUitls");
|
const dbUtils = require("../../utils/dbUitls");
|
||||||
module.exports = {
|
module.exports = {
|
||||||
action: "/node/custom/addOrUpdate",
|
action: "/node/custom/detail",
|
||||||
method: "post",
|
method: "post",
|
||||||
execute: (request, response) => {
|
execute: (request, response) => {
|
||||||
let {id} = request.query
|
let {id} = request.query
|
||||||
|
|||||||
Reference in New Issue
Block a user