Remote question and value service
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user