Added search to sheets

This commit is contained in:
Roman Krček
2025-07-08 13:07:24 +02:00
parent bd7e3f9720
commit 4d71bf5410
5 changed files with 266 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
import { json } from '@sveltejs/kit';
import type { RequestHandler } from './$types';
import { googleSheetsServer } from '$lib/google/server.ts';
import { googleSheetsServer } from '$lib/google/sheets/server.js';
export const GET: RequestHandler = async ({ request }) => {
try {