Update index.js
Browse files
index.js
CHANGED
|
@@ -19,7 +19,7 @@ app.get('*', async (req, res) => {
|
|
| 19 |
const hash = crc32(file.data)
|
| 20 |
const upload_info = await http({
|
| 21 |
method: 'GET',
|
| 22 |
-
url: 'https://
|
| 23 |
})
|
| 24 |
const upload_result = await http({
|
| 25 |
method: 'POST',
|
|
|
|
| 19 |
const hash = crc32(file.data)
|
| 20 |
const upload_info = await http({
|
| 21 |
method: 'GET',
|
| 22 |
+
url: 'https://data.emmmm.eu.org/upload/sg'
|
| 23 |
})
|
| 24 |
const upload_result = await http({
|
| 25 |
method: 'POST',
|