WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3b61720

Browse files
committed
body data
1 parent 35eaebd commit 3b61720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/handlers/private-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,7 @@ export const reblogCount = async (req: express.Request, res: express.Response) =
25032503
};
25042504

25052505
export const tips = async (req: express.Request, res: express.Response) => {
2506-
const { author, permlink } = req.params;
2506+
const { author, permlink } = req.body;
25072507
pipe(apiRequest(`post-tips/${author}/${permlink}`, "GET"), res);
25082508
};
25092509

0 commit comments

Comments
 (0)