소스 검색

Amélioration export

Loquicom 5 년 전
부모
커밋
bcb9680267
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      node/src/auth.js

+ 1 - 2
node/src/auth.js

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