- Connecting the dots?
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-02 21:47:45 -04:00
parent 5fba4c6643
commit 68f58329e8
10 changed files with 81 additions and 39 deletions

View File

@@ -2,3 +2,5 @@ export const PORT = 9000;
export const API_PATH = '/api';
export const AUTH_ROUTE = '/auth';
export const RESET_ROUTE = `${AUTH_ROUTE}/reset`;
export const JWT_SECRET = 'secret';