routes
API routes for the application.
| MODULE | DESCRIPTION |
|---|---|
auth |
Authentication routes. |
export |
API routes for exporting recipes in various formats. |
helpers |
Helpers functions. |
images |
API routes for managing images. |
import_recipes |
API routes for importing recipes from external sources. |
recipes |
API routes for managing recipes (CRUD operations). |
root |
API routes for the root endpoint. |
shares |
API routes for recipe sharing operations. |