diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-21 23:29:10 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-21 23:29:10 +0300 |
| commit | d25708b978b50c905b062eb8ba3970e48ae276e8 (patch) | |
| tree | cabb9f355cf557939147c32670d42f024aa816b8 /Pipfile | |
| parent | 3526314e0af5331ac25435d93ab225c37c6e62dc (diff) | |
Split server and prediction files
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ fastapi = "*" uvicorn = "*" [scripts] -server = "uvicorn iss:app" +server = "uvicorn iss.server:app" [requires] python_version = "3.8" |
