Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitbox-Connect/Bitbox
/ Controller
Class
Controller
server/Controllers/Controller.js:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Controller{
2
static userLogin=
async
(req,res)=>{
3
res.send({
"message"
:
"OTP sent succesfully "
})
4
}
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected