Merge branch 'dev' into 'master'
fix bug logger is not defined See merge request Pakin/supra-app!5
This commit is contained in:
commit
e0b930484a
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue