This commit is contained in:
qowevisa 2024-08-06 23:59:05 +03:00
parent 74dda89c69
commit 43005c6f3b

View File

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