Add listening on localhost
This commit is contained in:
parent
e7c4327fce
commit
74dda89c69
|
@ -74,5 +74,5 @@ func main() {
|
||||||
})
|
})
|
||||||
|
|
||||||
go tokens.StartTokens()
|
go tokens.StartTokens()
|
||||||
r.Run(":3000")
|
r.Run("127.0.0.1:3000")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user