This repository has been archived on 2023-05-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
auth/lib/constants/defaults.ts
mifi 5fba4c6643
Some checks failed
continuous-integration/drone/push Build is failing
Linty fresh and pretty
2023-05-02 20:54:14 -04:00

5 lines
143 B
TypeScript

export const PORT = 9000;
export const API_PATH = '/api';
export const AUTH_ROUTE = '/auth';
export const RESET_ROUTE = `${AUTH_ROUTE}/reset`;