This website works better with JavaScript
홈
탐색
도움말
로그인
liangyibo
/
CameraMachine
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
be06d62916
브랜치
태그
bug_fix_merge
cloud_configs
cloud_configs_dir_fix
cutomer_template_1215
dev-frontend
dev-frontend_v132
dev-frontend_yi
dev-python
dev-smartshooter5
dev-webp-avif
feature-frontend
master
master-devapi_frontend
publish_goods_smartshooter_0819
smart-shooter-clothing
smart-shooter-master
smart-shooter-master-0827
smart-shooter-merge
smart-shooter-socket-progress
1.1.1
1.1.0
CameraMachine
/
app
/
middleware
/
auth.js
auth.js
109 B
히스토리
Raw
1
2
3
4
5
6
7
8
'use strict';
module.exports = () => {
return async function auth(ctx, next) {
await next();
};
};