From 4406107bbba4c7999e71420669f86835968b999c Mon Sep 17 00:00:00 2001 From: siva Date: Sat, 24 Jul 2021 18:13:09 +0200 Subject: [PATCH] localhost --- Rocket.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocket.toml b/Rocket.toml index d39c48f..b74db21 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -1,5 +1,5 @@ [debug] -address = "0.0.0.0" +address = "127.0.0.1" port = 5000