Browse Source

Ajout commentaire

Loquicom 5 years ago
parent
commit
9f55d75acc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      node/src/auth.js

+ 1 - 0
node/src/auth.js

@@ -58,5 +58,6 @@ class Auth {
 
 
 }
 }
 
 
+// Export
 let auth = new Auth();
 let auth = new Auth();
 module.exports = auth;
 module.exports = auth;