Skip to content

Commit

Permalink
fix: remove hard coded url
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Apr 25, 2024
1 parent 3393e1a commit e2226bf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ export class RecordApiFormComponent {
? this.apiBaseUrl.slice(0, -1)
: this.apiBaseUrl

this.getOutputFormats(
'https://demo.ldproxy.net/zoomstack/collections/airports/items'
).then((outputFormats) => {
this.getOutputFormats(apiUrl).then((outputFormats) => {
const formatsList = outputFormats.itemFormats.map((format) => {
const normalizedFormat = mimeTypeToFormat(format)
if (normalizedFormat) {
Expand Down

0 comments on commit e2226bf

Please sign in to comment.