1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00
flame/controllers/auth/index.js

5 lines
86 B
JavaScript
Raw Normal View History

2021-11-10 16:14:22 +01:00
module.exports = {
login: require('./login'),
validate: require('./validate'),
2021-11-10 16:14:22 +01:00
};