diff --git a/api/cartman.py b/api/chatbots.py similarity index 100% rename from api/cartman.py rename to api/chatbots.py diff --git a/api/run b/api/run index 4d9181b..99d3b20 100755 --- a/api/run +++ b/api/run @@ -1,3 +1,3 @@ #!/bin/bash -uvicorn cartman:api --host 10.0.1.1 --reload +uvicorn chatbots:api --host 10.0.1.1 --reload