MCPcopy
hub / github.com/Nealyang/React-Express-Blog-Demo / post

Function post

app/fetch/fetch.js:37–39  ·  view source on GitHub ↗
(url, data)

Source from the content-addressed store, hash-verified

35}
36
37export function post(url, data) {
38 return axios.post(url, data, config)
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected