Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #54 from dbsystel/feature/upgrade-stada
Browse files Browse the repository at this point in the history
upgrade to fasta v2
  • Loading branch information
lightsprint09 authored Apr 23, 2018
2 parents b5dbd82 + 8a0f196 commit 7f5c4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Facility/FacilityLoader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const BaseLoader = require('./../Core/BaseLoader');

const serviceURL = '/fasta/v1';
const serviceURL = '/fasta/v2';

class FacilityLoader extends BaseLoader {

Expand Down

0 comments on commit 7f5c4ca

Please sign in to comment.