mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-17 16:41:42 +00:00
feat: version 2.1
This commit is contained in:
@@ -41,9 +41,9 @@ A minimal URL shortener with user accounts, custom short codes, and password-pro
|
||||
|
||||
| Method | Path | Auth | Description |
|
||||
| ------ | ---------------------- | -------- | ------------------------------------- |
|
||||
| POST | `/reduce/shorten` | Optional | Create short link |
|
||||
| GET | `/reduce/:code` | — | Resolve short code |
|
||||
| POST | `/reduce/:code/verify` | — | Verify credentials for protected link |
|
||||
| POST | `/shorten` | Optional | Create short link |
|
||||
| GET | `/:code` | — | Resolve short code |
|
||||
| POST | `/:code/verify` | — | Verify credentials for protected link |
|
||||
|
||||
### Links (dashboard)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user