updated endpoint to be versioned

This commit is contained in:
Nathan Windisch 2025-03-20 05:13:52 +00:00
parent 4dd522697f
commit 1d00091d86

View File

@ -7,7 +7,7 @@ import json
app = FastAPI()
@app.get("/{domain}")
@app.get("/api/v1/lookup/{domain}")
def read_root(
domain: str,
platform: Annotated[