Add listening on localhost

This commit is contained in:
qowevisa 2024-08-06 23:08:50 +03:00
parent e7c4327fce
commit 74dda89c69

View File

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