member_webapp/@overflow/noauth/service/index.ts
crusader d59d9379f9 ing
2018-05-24 15:44:13 +09:00

6 lines
113 B
TypeScript

import { NoAuthProbeService } from './noauth-probe.service';
export const SERVICES = [
NoAuthProbeService,
];