1
mirror of https://github.com/ThePhaseless/Byparr.git synced 2025-03-15 17:50:21 +08:00

add response type

This commit is contained in:
Thephaseless 2024-12-10 21:54:39 +00:00
parent 24154fdbbb
commit 3455ec6c04

@ -45,7 +45,7 @@ async def health_check():
@app.post("/v1")
def read_item(request: LinkRequest):
def read_item(request: LinkRequest) -> LinkResponse:
"""Handle POST requests."""
start_time = int(time.time() * 1000)
# request.url = "https://nowsecure.nl"