mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
🚨 Name default export
This commit is contained in:
parent
a4b53ea7a2
commit
d93f1f2819
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import FormData from 'form-data'
|
||||
|
||||
export default async function (req, res) {
|
||||
export default async function stuff(req, res) {
|
||||
const formData = new FormData()
|
||||
|
||||
formData.append(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue