lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
29e46a8ef9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/top.js

+ 1 - 1
app/controller/top.js

@@ -10,7 +10,7 @@ class TopController extends Controller {
 
   constructor(ctx) {
     super(ctx);
-    this.service = this.ctx.service.department;
+    this.service = this.ctx.service.top;
   }
 
 }