This commit is contained in:
2026-03-12 15:08:55 +01:00
parent 05dafa4f70
commit bf2c55691f
2 changed files with 91 additions and 3 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ from app.scripts import script1, script2
app = FastAPI()
class Payload(BaseModel):
name: str
action: str
ips: str
@app.get("/")
def root():