member_webapp/@overflow/noauth-probe/service/index.ts
crusader c613e312f0 ing
2018-05-24 16:26:43 +09:00

6 lines
113 B
TypeScript

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