Skip to content

Commit 52def7f

Browse files
author
Dave Bush
authored
Update app-routing.module.ts
1 parent 211234e commit 52def7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const routes: Routes = [
1212
{ path: 'Add',
1313
component: EditComponent
1414
},
15-
{ path: 'Edit:id',
15+
{ path: 'Edit/:id',
1616
component: EditComponent
1717
}
1818
];

0 commit comments

Comments
 (0)