im going insane

This commit is contained in:
amy 2024-12-08 20:44:06 +03:30
parent b1895e8c3c
commit 605ec80543
Signed by: amy
SSH key fingerprint: SHA256:Y6VEv6ZOxI6zqjjOF4luhfaCoY+zDK0w62P+qhQYie4
2 changed files with 15 additions and 15 deletions

28
.idea/workspace.xml generated
View file

@ -32,21 +32,21 @@
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
<component name="PropertiesComponent"><![CDATA[{ <component name="PropertiesComponent">{
"keyToString": { &quot;keyToString&quot;: {
"RunOnceActivity.ShowReadmeOnStart": "true", &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
"RunOnceActivity.git.unshallow": "true", &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
"git-widget-placeholder": "main", &quot;git-widget-placeholder&quot;: &quot;main&quot;,
"last_opened_file_path": "/home/exhq/codeshit/ether-frontend", &quot;last_opened_file_path&quot;: &quot;/home/exhq/codeshit/ether-frontend&quot;,
"node.js.detected.package.eslint": "true", &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
"node.js.detected.package.tslint": "true", &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
"node.js.selected.package.eslint": "(autodetect)", &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
"node.js.selected.package.tslint": "(autodetect)", &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
"nodejs_package_manager_path": "npm", &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
"ts.external.directory.path": "/home/exhq/codeshit/ether-frontend/node_modules/typescript/lib", &quot;ts.external.directory.path&quot;: &quot;/home/exhq/codeshit/ether-frontend/node_modules/typescript/lib&quot;,
"vue.rearranger.settings.migration": "true" &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
} }
}]]></component> }</component>
<component name="SharedIndexes"> <component name="SharedIndexes">
<attachedChunks> <attachedChunks>
<set> <set>

View file

@ -52,7 +52,7 @@ export default function Page() {
}) })
}); });
console.log(apiKey); console.log(apiKey);
await fetch(`http://${API_URL}/api/upload`, { await fetch(`${API_URL}/api/upload`, {
method: 'POST', method: 'POST',
body: formData, body: formData,
headers: { headers: {