Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeedu/imersao-fsfc2
/
Class
nest-api/src/app.controller.ts:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
@Controller(
'/prefixo'
)
5
export
class
AppController {
6
constructor(private readonly appService: AppService) {}
7
8
@Get()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected