Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add upload-url route to proxy
Browse files- frontend/server.js +1 -0
frontend/server.js
CHANGED
@@ -33,6 +33,7 @@ app.use(
|
|
33 |
[
|
34 |
"/health",
|
35 |
"/upload",
|
|
|
36 |
"/generate-benchmark",
|
37 |
"/benchmark-progress",
|
38 |
"/benchmark-questions",
|
|
|
33 |
[
|
34 |
"/health",
|
35 |
"/upload",
|
36 |
+
"/upload-url",
|
37 |
"/generate-benchmark",
|
38 |
"/benchmark-progress",
|
39 |
"/benchmark-questions",
|