Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderwhy/coderhub
/ success
Method
success
src/controller/auth.controller.js:15–17 ·
view source on GitHub ↗
(ctx, next)
Source
from the content-addressed store, hash-verified
13
}
14
15
async
success(ctx, next) {
16
ctx.body =
"授权成功~"
;
17
}
18
}
19
20
module.exports =
new
AuthController();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected