Update app-routing.module.ts

parent 064f23cd
......@@ -12,11 +12,11 @@ const routes: Routes = [
canActivate: [AuthGuard],
},
{
path: "/topic",
path: "topic",
component: TopicComponent
},
{
path: "/create",
path: "create",
component: CreateTopicComponent
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment