mirror of
https://github.com/ApfelTeeSaft/R2-Explorer.git
synced 2026-08-26 19:33:39 +00:00
fix file upload
This commit is contained in:
+3
-3
@@ -16,9 +16,9 @@ import axios from 'axios'
|
||||
require('bootstrap/js/dist/dropdown')
|
||||
require('bootstrap/js/dist/modal')
|
||||
|
||||
axios.defaults.baseURL = 'http://localhost:8787'
|
||||
// axios.defaults.baseURL = 'https://r2.massadas.com'
|
||||
// axios.defaults.withCredentials = true
|
||||
// axios.defaults.baseURL = 'http://localhost:8787'
|
||||
axios.defaults.baseURL = 'https://r2.massadas.com'
|
||||
axios.defaults.withCredentials = true
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user