Skip to content

Commit

Permalink
docs: remove login & add refresh-token
Browse files Browse the repository at this point in the history
  • Loading branch information
KageRyo committed Aug 7, 2024
1 parent d6318b9 commit e65697a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ visit_count: int # 瀏覽次數
- 提供使用者註冊帳號
- /api/login
- 提供使用者登入
- /api/logout
- 提供使用者登出
- /api/refresh-token
- 更新 TOKEN 權杖
- /api/short-url
- 提供使用者創建新的短網址
- 創建邏輯為隨機生成 6 位數的英數亂碼,並檢查是否已經存在於資料庫,若無則建立其與原網址的關聯
Expand Down

0 comments on commit e65697a

Please sign in to comment.