tfrere commited on
Commit
e5e2909
·
1 Parent(s): f8362f3

add upload-url route to proxy

Browse files
Files changed (1) hide show
  1. 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",