Update README.md

This commit is contained in:
sortifal 2025-06-26 19:13:19 +00:00
parent e6ee4ac3fd
commit 46014f078d

View File

@ -41,7 +41,19 @@ Heres a cleaner and more informative version of your README section:
--- ---
## 🗂️ API Endpoints Overview ## 🗂️ Public API Endpoints Overview
All routes are prefixed with `/api/public`.
| Method | Endpoint | Description |
| ------ | ------------------------------- | ---------------------------------- |
| GET | `/artists` | List all public artists |
| GET | `/galleries` | List all public galleries |
| GET | `/galleries/{gallery}/artworks` | List artworks for a public gallery |
---
## 🗂️ Private API Endpoints Overview
All routes are prefixed with `/api/private` and require a **Bearer token**. All routes are prefixed with `/api/private` and require a **Bearer token**.