import { Injectable } from '@angular/core';

@Injectable()
export class ConfigService {
	apiUrl = '/api/v1/';
	constructor() { }

}