department-of-veterans-affairs/vets-website

View on GitHub
src/applications/facility-locator/api/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import LiveApi from './LocatorApi';

// Leaving this function in place for potential future needs.
const getAPI = () => {
  return LiveApi;
};

export default getAPI();