remove config s3 file

This commit is contained in:
Warunee Tamkoo 2024-12-10 12:13:07 +07:00
parent 0536a76a17
commit 1efad82436
3 changed files with 0 additions and 4 deletions

View file

@ -77,7 +77,6 @@ export const compettitivePanel = import.meta.env.VITE_COMPETITIVE_EXAM_PANEL;
export const qualifyDisableExamPanel = import.meta.env
.VITE_QUALIFY_DISABLE_EMAM_PANEL;
export const qualifyExamPanel = import.meta.env.VITE_QUALIFY_EXAM_PANEL;
export const s3ClusterUrl = import.meta.env.VITE_S3CLUSTER_PUBLIC_URL;
const API = {
//Metadata
@ -351,7 +350,6 @@ export default {
compettitivePanel,
qualifyDisableExamPanel,
qualifyExamPanel,
s3ClusterUrl,
manualConfig,
generatePopupPath,
};