Mihaiii commited on
Commit
9675b3c
·
verified ·
1 Parent(s): af37008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,5 +5,5 @@ app = FastAPI()
5
  subprocess.Popen(["python3", "TimeStampBuddy/cron_processor.py"])
6
 
7
  @app.get("/")
8
- def greet_json():
9
- return {"Hello": "World!"}
 
5
  subprocess.Popen(["python3", "TimeStampBuddy/cron_processor.py"])
6
 
7
  @app.get("/")
8
+ def welcome():
9
+ return "Hello! This service powers the TimeStampBuddy activity on Twitter. For more details, visit https://github.com/Mihaiii/TimeStampBuddy ."