Re-design structure

pull/1/head
Hans362 5 years ago
parent 2ed17842c5
commit 2607c87c15
Signed by: hans362
GPG Key ID: B186D77ABEC2A785

@ -56,7 +56,7 @@ function getsuccess(data, res) {
res.send(data);
}
app.get('/', (req, res) => {
app.get('/api', (req, res) => {
const type = req.query.type || "1";
const pn = req.query.pn || "1";
const ps = req.query.ps || "10";

Loading…
Cancel
Save