Refactor constant file and controller project

This commit is contained in:
2023-09-12 09:38:53 +07:00
parent 4ba5623cb0
commit 1fde39b14e
10 changed files with 83 additions and 39 deletions
@@ -1,5 +1,3 @@
export const DATABASE_URL =
'https://javascript-training-81f7a-default-rtdb.asia-southeast1.firebasedatabase.app';
export const TIME_OUT_SEC = 3;
export const REGEX_PASSWORD =
/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/;