Remote question and value service

This commit is contained in:
Sebastian Seedorf
2017-06-07 15:52:04 +02:00
parent 3a36f948d1
commit 05fd2586fd
10 changed files with 394 additions and 324 deletions

View File

@@ -5,7 +5,7 @@ import { HttpBaseService } from './http-base.service';
@Injectable()
export class HttpService extends HttpBaseService {
get httpBase() {
return "http://ccrruby1-1:3085";
return "http://localhost:5000";
//return '/public/mocks';
}
get httpSuffix() {