Linty fresh and pretty
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-02 20:54:14 -04:00
parent f105ce537f
commit 5fba4c6643
4 changed files with 24 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
export const PORT = 9000;
export const API_PATH = '/api';
export const AUTH_ROUTE = '/auth';
export const RESET_ROUTE = `${AUTH_ROUTE}/reset`;