Skip to content

Commit

Permalink
feat: prefix kinfin endpoints with /kinfin
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-b-84 committed Aug 6, 2024
1 parent fa9901e commit 1006a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def run_cli_command(command: list):
return stdout


@router.post("/init")
@router.post("/kinfin/init")
async def initialize(input_data: InputSchema) -> JSONResponse:
"""
Initialize the analysis process.
Expand Down

0 comments on commit 1006a37

Please sign in to comment.