aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r--client/src/app/app.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index 0b4144e39..cf533629f 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -59,7 +59,7 @@ export function metaFactory (serverService: ServerService): MetaLoader {
59 deps: [ ServerService ] 59 deps: [ ServerService ]
60 }), 60 }),
61 61
62 AppRoutingModule, // Put it after all the module because it has the 404 route 62 AppRoutingModule // Put it after all the module because it has the 404 route
63 ], 63 ],
64 providers: [ ] 64 providers: [ ]
65}) 65})