lukemnet/bnet-auth-service

View on GitHub
src/config/__snapshots__/endpoints.config.spec.ts.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`endpointsConfig should create endpoints config 1`] = `
{
  "accesstoken": {
    "method": "GET",
    "url": "/accesstoken",
  },
  "accesstokenrefresh": {
    "method": "GET",
    "url": "/accesstoken?refresh=true",
  },
  "status": {
    "method": "GET",
    "url": "/status",
  },
}
`;