This website works better with JavaScript.
Home
Explore
Help
Sign In
OmmyZhang
/
ordinary2021
Watch
2
Star
0
Fork
2
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
larger limit (100 / min) for react
pull/1/head
namasikanam
3 years ago
parent
6bd93e1e6b
commit
ac957b4220
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
View File
@ -242,7 +242,7 @@ def create():
@bp.route
(
'
/react
'
,
methods
=
[
'
POST
'
]
)
@login_required
@limiter.limit
(
"
4
0 / minute
"
)
@limiter.limit
(
"
10
0 / minute
"
)
def
react
(
)
:
kind
=
request
.
form
.
get
(
'
kind
'
,
type
=
int
)
pid
=
request
.
form
.
get
(
'
pid
'
,
type
=
int
)
Write
Preview
Loading…
Cancel
Save