Skip to content

Commit e26cdb8

Browse files
authored
Merge pull request #215 from uwplse/get-based-submissions
Enable GET-based submissions
2 parents a2b7316 + 84c07c0 commit e26cdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/demo.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(dispatch-rules
3737
[("") main]
3838
[("improve-start") #:method "post" improve-start]
39-
[("improve") #:method "post" improve]
39+
[("improve") #:method (or "post" "get" "put") improve]
4040
[("check-status" (string-arg)) check-status]
4141
[((hash-arg) "interactive.js") generate-interactive]
4242
[((hash-arg) "graph.html") generate-report]

0 commit comments

Comments
 (0)