This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
hlm
/
TuKouKouClient
Seguir
7
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
102ad6b5d2
Ramas
Etiquetas
dev-frontend
dev-python
master
temp
TuKouKouClient
/
app
/
middleware
/
auth.js
auth.js
109 B
Histórico
Raw
1
2
3
4
5
6
7
8
'use strict';
module.exports = () => {
return async function auth(ctx, next) {
await next();
};
};