Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bsoc-bitbyte/busify
/ adminProtected
Method
adminProtected
backend/src/Bus/bus.controller.ts:143–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
@UseGuards(JwtAuthGuard, AdminGuard)
142
@Get(
'admin-protected'
)
143
async
adminProtected() {
144
return
'This is admin protected route'
;
145
}
146
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected