1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 05:19:37 +02:00
flame/controllers/auth/index.js
2021-11-10 16:14:22 +01:00

3 lines
51 B
JavaScript

module.exports = {
login: require('./login'),
};