mirror of
https://github.com/harness/drone.git
synced 2025-05-20 10:59:56 +08:00
Merge branch 'code-782' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/gitness (#361)
This commit is contained in:
commit
3c52a5ee16
@ -93,7 +93,7 @@ export function FolderContent({ repoMetadata, resourceContent, gitRef }: FolderC
|
||||
const [pathsChunks, setPathsChunks] = useState<PathsChunks>([])
|
||||
const { mutate: fetchLastCommitsForPaths } = useMutate<PathDetails>({
|
||||
verb: 'POST',
|
||||
path: `/api/v1/repos/${encodeURIComponent(repoMetadata.path as string)}/path-details`,
|
||||
path: `/api/v1/repos/${repoMetadata.path as string}/+/path-details`,
|
||||
queryParams: {
|
||||
git_ref: gitRef
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user