Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rKe7bd8c6c784f: Cleanup routes groupings
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/routes-cleanup
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 53907 Build 19128: arc lint + arc unit
Event Timeline
| src/routes/api.php | ||
|---|---|---|
| 124 | This request shoudn't require auth. | |
Comment Actions
Seems middleware() is not removing group middleware, we need withoutMiddleware(). Test added.