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

Method post

tests/integration/segments.spec.ts:25–27  ·  view source on GitHub ↗
(body: any)

Source from the content-addressed store, hash-verified

23
24 @HttpPost('/post')
25 post(body: any): any {
26 return body;
27 }
28
29 @HttpPost('/add/:id')
30 add(body: any, id: string): any {

Callers 3

parse.spec.tsFile · 0.45
segments.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected