Is your feature request related to a problem? Please describe.
When working on https://github.com/tai271828/disfactory-backend/pull/23 , I realized that it happens to use the following APIs when creating/updating ohshown events:
POST /admin/api/ohshownevent/ - called by frontend when creating the initial entry and uploading the corresponding image. Also called by updating entries via backend admin console.
Is your feature request related to a problem? Please describe. When working on https://github.com/tai271828/disfactory-backend/pull/23 , I realized that it happens to use the following APIs when creating/updating ohshown events:
POST /admin/api/ohshownevent/
- called by frontend when creating the initial entry and uploading the corresponding image. Also called by updating entries via backend admin console./api/factories/{factory.id}"
- called by the pytest cases of https://github.com/tai271828/disfactory-backend/pull/23Describe the solution you'd like Remove /api/factories and use /admin/api/ohshownevent instead in case users and developers get confused.
Describe alternatives you've considered Leave /api/factoreies alone if it does not cause any "de facto" functional issue.
Additional context Issue #15 and pull request #23