Skip to content

Commit

Permalink
feature: add upload file permissions to search-component api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Jan 9, 2025
1 parent e9ae69c commit 37354cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontends/dashboard/src/components/Routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const ApiRoutes = {
"GET /api/chunk/{chunk_id}",
"GET /api/chunk_group/tracking_id/{tracking_id}",
"GET /api/chunk_group/{group_id}",
"POST /api/file",
"GET /api/file/{file_id}",
],
"api/analytics/*": [
"POST /api/analytics/rag",
Expand Down
2 changes: 1 addition & 1 deletion server/src/public/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="mx-auto mt-10 sm:mt-12 lg:mt-14 py-4 px-4 sm:px-6 lg:max-w-7xl lg:px-8"
>
{% if params.singleProductOptions.productDescriptionHtml %}
<section class="lg:flex gap-2 lg:gap-x-8 lg:gap-y-10 xl:gap-x-16 py-2">
<section class="lg:flex gap-4 lg:gap-x-8 lg:gap-y-10 xl:gap-x-16 py-2">
<div class="lg:w-1/2">
<img
src="{{ params.singleProductOptions.productPrimaryImageUrl }}"
Expand Down

0 comments on commit 37354cf

Please sign in to comment.