remove environment import

This commit is contained in:
Bernd Hacker
2019-01-11 10:25:50 +01:00
parent b9287cbbf5
commit 8ba509f019

View File

@@ -3,9 +3,8 @@
import { Observable, of } from 'rxjs';
import { ajax, AjaxResponse } from 'rxjs/ajax';
import { map, concatMap } from 'rxjs/operators';
import { environment as env } from '../environments';
export const BASE_PATH = (env.api || '{{{basePath}}}').replace(/\/+$/, '');
export const BASE_PATH = '{{{basePath}}}'.replace(/\/+$/, '');
/**
* This is the base class for all generated API classes.