mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Remove forward slash from the root agents endpoint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user