bigger size limit on feedback server
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
(unless (FileSystem.exists "feedback")
|
(unless (FileSystem.exists "feedback")
|
||||||
(FileSystem.createDirectory "feedback"))
|
(FileSystem.createDirectory "feedback"))
|
||||||
|
|
||||||
(app.use (Express.text))
|
(app.use (Express.text (object limit "10mb")))
|
||||||
|
|
||||||
(app.post "/" ->[req res next] {
|
(app.post "/" ->[req res next] {
|
||||||
(print req.body)
|
(print req.body)
|
||||||
|
|||||||
Reference in New Issue
Block a user