From 9ec4bd04bcce1ef1e6f8286a12f339d2ae9566db Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期五, 20 九月 2024 09:33:50 +0800 Subject: [PATCH] git mpk --- src/api/data/channel/http/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/data/channel/http/index.ts b/src/api/data/channel/http/index.ts index 0280b5b..ef106df 100644 --- a/src/api/data/channel/http/index.ts +++ b/src/api/data/channel/http/index.ts @@ -29,7 +29,7 @@ // 新增HttpApi export const createHttpApi = (data: HttpApiVO) => { - return request.post({ url: '/data/channel/http/api/add', data }) + return request.post({ url: '/data/channel/http/api/create', data }) } // 修改HttpApi -- Gitblit v1.9.3