remove config s3

This commit is contained in:
Warunee Tamkoo 2024-12-10 12:18:10 +07:00
parent 811aaa7989
commit 5c0c1bd810

View file

@ -5,9 +5,6 @@ import leave from '@/api/api.checkin'
import history from '@/api/api.history'
import message from '@/api/api.message'
// environment variables
export const s3ClusterUrl = import.meta.env.VITE_S3CLUSTER_PUBLIC_URL
const API = {
/**leave */
...leave,
@ -19,5 +16,4 @@ const API = {
export default {
API: API,
s3ClusterUrl,
}