BugFixes image upload, image display, new DB structure for areasServed, licenedIn

This commit is contained in:
2024-05-13 17:31:01 -05:00
parent 5230ef1230
commit aff55c5433
34 changed files with 326 additions and 1131 deletions

View File

@@ -59,6 +59,11 @@ export const routes: Routes = [
component: AccountComponent,
canActivate: [authGuard],
},
{
path: 'account/:id',
component: AccountComponent,
canActivate: [authGuard],
},
// #########
// Create, Update Listings
{