Commit 3ff4cd09 authored by Chunchi Che's avatar Chunchi Che

fix pull api path

parent f89bc5b0
Pipeline #27595 passed with stages
in 7 minutes and 44 seconds
......@@ -4,7 +4,7 @@ import { MdproDeck } from "./schema";
import { mdproHeaders } from "./util";
const { mdproServer } = useConfig();
const API_PATH = "api/mdpro3/deck/list/lite";
const API_PATH = "api/mdpro3/deck/list";
export interface PullReq {
page?: number;
......
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