auth service and API service added

This commit is contained in:
2026-02-21 16:56:04 -08:00
parent 6f6123559e
commit 70bccc063f
9 changed files with 472 additions and 1 deletions
@@ -0,0 +1,4 @@
export const environment = {
production: true,
apiBaseUrl: 'https://api.example.com',
};