Skip to content

Commit

Permalink
fix: 修复钱包相关接口全部无法认证问题
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 26, 2018
1 parent 15eb0b8 commit f2a91eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
'cors-should',
'bindings',
'throttle:5,0.1',
'auth:api',
],
]));
});
Expand All @@ -379,6 +380,7 @@
'cors-should',
'bindings',
'throttle:5,0.1',
'auth:api',
],
]));
});
Expand Down Expand Up @@ -436,6 +438,7 @@
'cors-should',
'bindings',
'throttle:5,0.1',
'auth:api',
],
]));
});
Expand Down Expand Up @@ -486,6 +489,7 @@
'cors-should',
'bindings',
'throttle:5,0.1',
'auth:api',
],
]));
});
Expand All @@ -506,6 +510,7 @@
'cors-should',
'bindings',
'throttle:5,0.1',
'auth:api',
],
]));
});
Expand All @@ -517,6 +522,7 @@
'cors-should',
'bindings',
'throttle:5,0.1',
'auth:api',
],
]));
});
Expand Down

0 comments on commit f2a91eb

Please sign in to comment.