Skip to content

fix: route creators list through paginated public endpoint#27

Merged
Chucks1093 merged 5 commits into
accesslayerorg:mainfrom
wheval:feat/paginate-endpoint
Mar 28, 2026
Merged

fix: route creators list through paginated public endpoint#27
Chucks1093 merged 5 commits into
accesslayerorg:mainfrom
wheval:feat/paginate-endpoint

Conversation

@wheval
Copy link
Copy Markdown
Contributor

@wheval wheval commented Mar 26, 2026

Closes #12

Summary

  • Route GET /api/v1/creators through the existing public paginated creators module in src/modules/creators/ by updating src/modules/index.ts.
  • Mark the legacy src/modules/creator/creator.routes.ts list route as deprecated because it is no longer mounted and is redundant.

Testing

  • pnpm lint
  • pnpm build
  • pnpm exec prisma generate

Checklist

  • Linked issue or backlog item
  • No secrets or live credentials added
  • Docs updated if setup or env changed
  • Change is scoped to one problem

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Mar 26, 2026

@wheval Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093 Chucks1093 merged commit 870e35a into accesslayerorg:main Mar 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add paginated creator list endpoint

2 participants