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

fix pull api path

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