Skip to content
Snippets Groups Projects
config.service.ts 182 B
Newer Older
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
import { Injectable } from '@angular/core';

@Injectable()
export class ConfigService {
	apiPlannerUrl = '/api/planner/v1/';
	apiSearchUrl = '/api/search/v1/';
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
	constructor() { }

}