feat: version 2.1

This commit is contained in:
Arkaprabha Chakraborty
2026-02-13 00:01:00 +05:30
parent 005838045a
commit 2a46aa7d79
13 changed files with 548 additions and 63 deletions

View File

@@ -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)