Commit 66be63f8 authored by chechunchi's avatar chechunchi

fix pull deleted deck issues

parent 6ed0ff83
Pipeline #30322 passed with stages
in 13 minutes and 15 seconds
......@@ -22,7 +22,7 @@ export async function getPersonalList(
const myHeaders = mdproHeaders();
myHeaders.append("token", req.token);
const resp = await pfetch(`${mdproServer}/${API_PATH}/${req.userID}`, {
const resp = await pfetch(`${mdproServer}/${API_PATH}/${req.userID}/nodel`, {
init: {
method: "GET",
headers: myHeaders,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment