You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api): make country and language models read-only
- Updates the model registry to configure `Country` and `Language` as read-only by marking POST, PUT, and DELETE operations as unsupported. This reflects that they are static, real-world data managed by seeding.
- Adds the `Language` model to the item-specific route handler (`/data/[id]`) to complete its integration, allowing individual languages to be fetched by ID.
0 commit comments