1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 21:39:36 +02:00

Added login route and token signing

This commit is contained in:
Paweł Malak 2021-11-10 16:14:22 +01:00
parent ea57dbf750
commit 5805c708d2
8 changed files with 153 additions and 1 deletions

View file

@ -0,0 +1,3 @@
module.exports = {
login: require('./login'),
};