Compare commits

..

No commits in common. "54a5813d064277a8e47848a3f821611109b27b47" and "13b09e7bb97930721560f9b9c11ef80ea4268c4b" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
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,7 +1,6 @@
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.