Change Port from 3001 to 3000
This commit is contained in:
parent
9731073e9f
commit
85dc709979
|
@ -95,5 +95,5 @@ func main() {
|
||||||
})
|
})
|
||||||
|
|
||||||
go tokens.StartTokens()
|
go tokens.StartTokens()
|
||||||
r.Run("127.0.0.1:3001")
|
r.Run("127.0.0.1:3000")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user