File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
frontends/dashboard/src/components Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ export const ApiRoutes = {
4141 "GET /api/chunk/{chunk_id}" ,
4242 "GET /api/chunk_group/tracking_id/{tracking_id}" ,
4343 "GET /api/chunk_group/{group_id}" ,
44+ "POST /api/file" ,
45+ "GET /api/file/{file_id}" ,
4446 ] ,
4547 "api/analytics/*" : [
4648 "POST /api/analytics/rag" ,
Original file line number Diff line number Diff line change 44 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 "
55 >
66 {% if params.singleProductOptions.productDescriptionHtml %}
7- < section class ="lg:flex gap-2 lg:gap-x-8 lg:gap-y-10 xl:gap-x-16 py-2 ">
7+ < section class ="lg:flex gap-4 lg:gap-x-8 lg:gap-y-10 xl:gap-x-16 py-2 ">
88 < div class ="lg:w-1/2 ">
99 < img
1010 src ="{{ params.singleProductOptions.productPrimaryImageUrl }} "
You can’t perform that action at this time.
0 commit comments