MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / BaseEndController

Class BaseEndController

tests/integration/controller.inheritance.spec.ts:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186@Controller('/base')
187class BaseEndController extends ApiController {
188 @HttpGet('/end')
189 end(): any { return { data: 'BaseEndPoint' }; }
190}
191
192@Controller('/child')
193class ChildEndController extends BaseEndController { }

Callers

nothing calls this directly

Calls 2

ControllerFunction · 0.85
HttpGetFunction · 0.85

Tested by

no test coverage detected