fix: add router back
This commit is contained in:
parent
c6907e104a
commit
b8e8440397
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ function AdminPage() {
|
|||
const formData = new FormData()
|
||||
formData.append("file", selectedFile)
|
||||
|
||||
const response = await fetch("/api/upload", {
|
||||
const response = await fetch("/api/router/upload_ingest", {
|
||||
method: "POST",
|
||||
body: formData,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue