/
githubmirror
/
express
Обзор
Документация
Войти
/
githubmirror
/
express
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/mvc/controllers/main/index.js
5 строк
79 B
Douglas Christopher Wilson
examples: use strict mode
02 фев 2022, 09:30
02 фев 2022, 09:30
20047bb
Код
Авторство
О чём код?
'use strict' exports.index = function(req, res){ res.redirect('/users'); };