This commit is contained in:
pakintada@gmail.com 2026-07-02 12:55:36 +07:00
commit 54a5813d06
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import { json, error } from '@sveltejs/kit';
import type { RequestHandler } from './$types';
import { env } from '$env/dynamic/public';
import {logger} from '$lib/core/utils/logger'
// New promo catalogs are created by the same taobin_image service as menu images.
const API_BASE = env.PUBLIC_POST_IMAGE;

View file

@ -1,6 +1,7 @@
import { json, error } from '@sveltejs/kit';
import type { RequestHandler } from './$types';
import { env } from '$env/dynamic/public';
import {logger} from '$lib/core/utils/logger'
// Main-page advertisement videos are wired into video/script1.ev by the same
// taobin_image service that handles menu images / promo catalogs.