Forked from an inaccessible project.
-
jvanboxtel@wisc.edu authoredjvanboxtel@wisc.edu authored
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() { }
}