feat: Dynamically get the menu from the back end
This commit is contained in:
4
apps/backend-mock/src/modules/menu/menu.service.ts
Normal file
4
apps/backend-mock/src/modules/menu/menu.service.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class MenuService {}
|
Reference in New Issue
Block a user