Skip to content

Commit

Permalink
Update index.ts.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 24, 2023
1 parent 8310889 commit fef3351
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const loadEntityModule = async (service: string): Promise<Type<any>> =>
importRemote<{ EntityRoutingModule: Type<any> }>({
esm: true,
url: `./services/${service}`,
scope: `./services/${service}`,
scope: service,
module: 'entity-routing',
}).then(({ EntityRoutingModule }) => EntityRoutingModule);

0 comments on commit fef3351

Please sign in to comment.