routing-controllers icon indicating copy to clipboard operation
routing-controllers copied to clipboard

Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.

Results 145 routing-controllers issues
Sort by recently updated
recently updated
newest added

Hello, I want to remove "stuck" and "errors" from the response body created by auto validating action parameters. How to customize the response body created by auto validating action parameters?...

type: question

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 26.8.2. Release notes Sourced from eslint-plugin-jest's releases. v26.8.2 26.8.2 (2022-08-09) Bug Fixes max-expects: don't count expect.<member>() calls towards max (#1194) (75a0ff2) v26.8.1 26.8.1 (2022-08-08) Bug...

dependencies

It has been almost a year and a half since the latest release. There are a bunch of outdated dependencies. Should we migrate away from routing-controllers? any alternative? Thanks

type: question

Hello! I'm trying to implement a pretty trivial thing — a catch-all handler that will return 404 when request handler is not found for the request in question, however, I...

type: question

## Description Version bump of peer dependencies `class-transformer` and `class-validator`. Resolves https://github.com/typestack/routing-controllers/issues/783 ## Checklist - [x] the pull request title describes what this PR does (not a vague title like...

Hello! Thank you for this great library! However, right now it requires `[email protected]` (exact version `0.3.1`) as a peer dependency. This prevents my project from using the latest version of...

type: feature
flag: needs discussion

Hello, My senior is building a BaseController that implements the basic crud. While checking the request body we are passing a Class as a generic into BaseController in order to...

type: question

### Description I think this is related to https://github.com/typestack/routing-controllers/issues/243. If currentUserChecker doesn't return a user, we try to send headers after the socket is destroyed, which causes issues. Adding the...

status: needs triage

### Description When the page specified in the `@Render()` decorator returns an empty string, the server responds with the status code 404 (Not Found). **Minimal code-snippet showcasing the problem** ```ts...

type: fix
status: needs triage

### Description The current version of routing-controllers(0.9.0) is incompatible with the latest version of typedi(0.10.0). When the two are integrated together, an error will be thrown, but there will be...

type: fix
status: needs triage