remove config s3
This commit is contained in:
parent
811aaa7989
commit
5c0c1bd810
1 changed files with 0 additions and 4 deletions
|
|
@ -5,9 +5,6 @@ import leave from '@/api/api.checkin'
|
||||||
import history from '@/api/api.history'
|
import history from '@/api/api.history'
|
||||||
import message from '@/api/api.message'
|
import message from '@/api/api.message'
|
||||||
|
|
||||||
// environment variables
|
|
||||||
export const s3ClusterUrl = import.meta.env.VITE_S3CLUSTER_PUBLIC_URL
|
|
||||||
|
|
||||||
const API = {
|
const API = {
|
||||||
/**leave */
|
/**leave */
|
||||||
...leave,
|
...leave,
|
||||||
|
|
@ -19,5 +16,4 @@ const API = {
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
API: API,
|
API: API,
|
||||||
s3ClusterUrl,
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue