Skip to content

Commit

Permalink
Few endpoint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Sep 16, 2024
1 parent eaa414f commit 2dc99ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/modals/project-api-endpoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export const ProjectAPIEndpointsModal: FC<Props> = ({ namespace, project, tag, s
<p className="mb-2">
<span className="badge bg-primary me-1">GET</span>
<span className="fw-bold me-1">Samples:</span>
<a href={`${API_HOST}/api/v1/projects/${namespace}/${project}/samples?tag=${tag}`}>
<a href={`${API_HOST}/api/v1/projects/${namespace}/${project}/samples?tag=${tag}&raw=false`}>
<code>
/api/v1/projects/{namespace}/{project}/samples?tag={tag}
/api/v1/projects/{namespace}/{project}/samples?tag={tag}&raw=false
</code>
</a>
</p>
Expand Down

0 comments on commit 2dc99ce

Please sign in to comment.