mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
new: implemented GET /api/events route (ref #5).
This commit is contained in:
parent
ee4b783015
commit
269d7d845b
14 changed files with 172 additions and 38 deletions
|
@ -18,7 +18,7 @@ type Discovery struct {
|
|||
|
||||
func NewDiscovery(s *session.Session) *Discovery {
|
||||
d := &Discovery{
|
||||
SessionModule: session.NewSessionModule(s),
|
||||
SessionModule: session.NewSessionModule("net.recon", s),
|
||||
|
||||
refresh: 1,
|
||||
before: nil,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue