mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Remove forward slash from the root agents endpoint
This commit is contained in:
parent
a374288cea
commit
1195f843a3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
|
|||
api_agents = APIRouter()
|
||||
|
||||
|
||||
@api_agents.get("/", response_class=Response)
|
||||
@api_agents.get("", response_class=Response)
|
||||
async def all_agents(
|
||||
request: Request,
|
||||
common: CommonQueryParams,
|
||||
|
|
Loading…
Add table
Reference in a new issue