We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a747978 commit a654d2bCopy full SHA for a654d2b
1 file changed
public/index.html
@@ -100,7 +100,7 @@
100
formData.append('file', file);
101
102
try {
103
- const response = await fetch(`${PUBLIC_NETWORK_DOMAIN}/upload?type=md&compress=false&isThumb=true&isPublic=true`, {
+ const response = await fetch(`${PUBLIC_NETWORK_DOMAIN}/files?type=md&compress=false&isThumb=true&isPublic=true`, {
104
method: 'POST',
105
body: formData,
106
});
0 commit comments