Skip to content

Commit

Permalink
Merge pull request #209 from little3201/develop
Browse files Browse the repository at this point in the history
revert signin path
  • Loading branch information
little3201 authored Oct 29, 2024
2 parents 30764e1 + 355468a commit 831ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export const SERVER_URL = {
STATISTICS: SERVER_PRE.ASSETS.concat('/statistics'), // 统计
COMMENT: SERVER_PRE.ASSETS.concat('/comments'), // 评论

SIGNIN: SERVER_PRE.ASSETS.concat('/token'), // 登录
SIGNIN: SERVER_PRE.ASSETS.concat('/signin'), // 登录
SIGNOUT: SERVER_PRE.ASSETS.concat('/signout') // 退出
}

0 comments on commit 831ffd0

Please sign in to comment.