Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Files
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Blame view
doraemon/middleware/limiter/policies/reporter.js
76 Bytes
Raw
Normal View
History
Permalink
copy from pc limiter
5653704d
姜枫
authored
8 years ago
1
2
3
4
5
'use strict'
;
module
.
exports
=
(
req
,
res
,
next
)
=>
{
return
next
();
};