Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
config.service.ts 132 B
import { Injectable } from '@angular/core';

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

}