This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
liangyibo
/
CameraMachine
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
be06d62916
Branchit
Tagit
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
Historia
Raaka
1
2
3
4
5
6
7
8
'use strict';
module.exports = () => {
return async function auth(ctx, next) {
await next();
};
};