Make api listens to 3001 port on localhost
This commit is contained in:
parent
7adde1fee1
commit
2eec801907
|
@ -81,5 +81,5 @@ func main() {
|
|||
})
|
||||
|
||||
go tokens.StartTokens()
|
||||
r.Run(":3000")
|
||||
r.Run(":3001")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user