Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/prisma/prisma-examples
/
Class
orm/nest/src/app.controller.ts:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
@Controller()
15
export
class
AppController {
16
constructor(private readonly prismaService: PrismaService) { }
17
18
@Get(
'post/:id'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected