mirror of
https://gitlab.sectorq.eu/jaydee/api_server.git
synced 2026-09-17 02:12:55 +02:00
build
This commit is contained in:
+1
-1
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user