diff --git a/main.py b/main.py index bcf36c5..fb50644 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ import json app = FastAPI() -@app.get("/{domain}") +@app.get("/api/v1/lookup/{domain}") def read_root( domain: str, platform: Annotated[