2018-04-06 15:59:49 +09:00

8 lines
124 B
TypeScript

export * from './rest.service';
import { RESTService } from './rest.service';
export const SERVICES = [
RESTService,
];