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

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

}