Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ParallelTask/dinoloop
/ post
Method
post
tests/integration/attributes.spec.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
@HttpPost(
'/post'
)
35
post(): any {
36
return
{ data:
'Post'
};
37
}
38
39
@HttpHead(
'/head'
)
40
head(): any {
Callers
1
attributes.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected