From 9735d48957b7d9947be5a1be18edba8aebc45531 Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Thu, 10 Jul 2025 18:54:33 +0300 Subject: [PATCH] fix: move files to the correct folder --- .../upload/catalog/controller/{ => extension}/tgshop/handle.php | 0 spa/vite.config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename module/oc_telegram_shop/upload/catalog/controller/{ => extension}/tgshop/handle.php (100%) diff --git a/module/oc_telegram_shop/upload/catalog/controller/tgshop/handle.php b/module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php similarity index 100% rename from module/oc_telegram_shop/upload/catalog/controller/tgshop/handle.php rename to module/oc_telegram_shop/upload/catalog/controller/extension/tgshop/handle.php diff --git a/spa/vite.config.js b/spa/vite.config.js index e6bb310..fd0f7c4 100644 --- a/spa/vite.config.js +++ b/spa/vite.config.js @@ -5,7 +5,7 @@ import vue from "@vitejs/plugin-vue"; export default defineConfig({ plugins: [tailwindcss(), vue()], - base: '/telegram_shop_spa/', + base: '/image/catalog/tgshopspa/', build: { outDir: '../module/oc_telegram_shop/upload/image/catalog/tgshopspa', emptyOutDir: true,