Merge branch 'timo' of https://gitea.bizmatch.net/aknuth/bizmatch-project into timo
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<td class="py-2 px-4">{{ listing.title }}</td>
|
||||
<td class="py-2 px-4">{{ listing.listingsCategory === 'commercialProperty' ? 'Commercial Property' : 'Business' }}</td>
|
||||
<td class="py-2 px-4">{{ listing.location.name ? listing.location.name : listing.location.county ? listing.location.county : this.selectOptions.getState(listing.location.state) }}</td>
|
||||
<td class="py-2 px-4">${{ listing.price.toLocaleString() }}</td>
|
||||
<td class="py-2 px-4">${{ listing.price ? listing.price.toLocaleString() : '' }}</td>
|
||||
<td class="py-2 px-4 flex justify-center">
|
||||
{{ listing.internalListingNumber ?? '—' }}
|
||||
</td>
|
||||
|
||||
@@ -2,4 +2,6 @@ import { environment_base } from './environment.base';
|
||||
|
||||
export const environment = environment_base;
|
||||
|
||||
environment.apiBaseUrl = 'https://api-dev.bizmatch.net';
|
||||
environment.apiBaseUrl = 'http://bizsearch.at-powan.ts.net:3001';
|
||||
environment.mailinfoUrl = 'http://bizsearch.at-powan.ts.net';
|
||||
environment.imageBaseUrl = 'http://bizsearch.at-powan.ts.net';
|
||||
|
||||
Reference in New Issue
Block a user