File size: 176 Bytes
8efce19
0a9e54c
 
a9f1f12
466eeae
0a9e54c
 
 
1
2
3
4
5
6
7
8
import subprocess
from fastapi import FastAPI

subprocess.Popen(["python3", "TimeStampBuddy/cron_processor.py"])

@app.get("/")
def greet_json():
    return {"Hello": "World!"}