From f1ea62f0655762a38ab9f89aec761bacad7208a2 Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Wed, 17 May 2023 21:10:22 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20=D1=81=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- startUvicornApp.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startUvicornApp.ps1 b/startUvicornApp.ps1 index 0f88ef8..bdafcd4 100644 --- a/startUvicornApp.ps1 +++ b/startUvicornApp.ps1 @@ -1 +1 @@ -venv\Scripts\uvicorn app:app --reload \ No newline at end of file +venv\Scripts\uvicorn app:app --host '0.0.0.0' --reload \ No newline at end of file