Change Port from 3001 to 3000

This commit is contained in:
qowevisa 2024-11-04 17:53:03 +02:00
parent 9731073e9f
commit 85dc709979

View File

@ -95,5 +95,5 @@ func main() {
})
go tokens.StartTokens()
r.Run("127.0.0.1:3001")
r.Run("127.0.0.1:3000")
}