MCPcopy Create free account
hub / github.com/VienLi/CcView / updateApp

Function updateApp

src/api/application.ts:20–25  ·  view source on GitHub ↗
(data: ApplicationCreate)

Source from the content-addressed store, hash-verified

18}
19
20export function updateApp(data: ApplicationCreate): Promise<BaseResult> {
21 return axiosInstance.post(`/api/page/update`, {
22 ...data,
23 type: 1
24 });
25}
26
27export function updatePage(data: PageCreate): Promise<BaseResult> {
28 return axiosInstance.post(`/api/page/update`, {

Callers 1

handleUpdateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected