Skip to content

Commit

Permalink
feat: added naarad-signup as a service
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 29, 2024
1 parent 67e8494 commit 061ce85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const BACKEND_URL = import.meta.env.PROD
: "http://localhost:3333";

export const servicesList = [
"https://naarad.metakgp.org",
"https://chill.metakgp.org",
"https://naarad.metakgp.org",
"https://naarad.metakgp.org/signup",
];

0 comments on commit 061ce85

Please sign in to comment.