Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Braineanear/EcommerceAPI
/
Class
monolithic/src/app/modules/auth/auth.controller.ts:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
@Controller(
'auth'
)
30
@AllowAnonymous()
31
export
class
AuthController {
32
constructor(private authService: AuthService) {}
33
34
@Post(
'login'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected