From d25708b978b50c905b062eb8ba3970e48ae276e8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 21 Sep 2020 23:29:10 +0300 Subject: Split server and prediction files --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 4495bbf..674b002 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ fastapi = "*" uvicorn = "*" [scripts] -server = "uvicorn iss:app" +server = "uvicorn iss.server:app" [requires] python_version = "3.8" -- cgit v1.3.1