RealDevSquad / RealDevSquad/website-backend
Enable Discord invite route for new applications
Open
@AnujChhikara is already working on this.
Since Feb 24, 2026.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Context
This issue tracks the changes made in PR #2582 to enable the Discord invite route for users.
Change Summary
The disableRoute middleware has been removed from the GET /invite route in the Discord actions router. This allows users to retrieve their Discord invite links.
Rationale
New applications are opening and users should be able to get their invite links through this endpoint.
Reference
- PR: https://github.com/RealDevSquad/website-backend/pull/2582
- Requested by: @AnujChhikara
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.