Skip to content

Commit b94d4fa

Browse files
committed
fix: git url for frontend
1 parent 61c2671 commit b94d4fa

File tree

1 file changed

+1
-1
lines changed
  • unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge

1 file changed

+1
-1
lines changed

unoplat-code-confluence-ingestion/code-confluence-flow-bridge/src/code_confluence_flow_bridge/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ async def get_repos(session: Session = Depends(get_session)) -> List[GitHubRepoS
217217
name=item.get("name"),
218218
owner_url=owner_data.get("html_url"),
219219
private=item.get("private"),
220-
git_url=item.get("git_url"),
220+
git_url=item.get("html_url"),
221221
owner_name=owner_data.get("login")
222222
)
223223
repos_list.append(repo_summary)

0 commit comments

Comments
 (0)