Skip to content

Instantly share code, notes, and snippets.

@smoothdvd
Last active February 5, 2022 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smoothdvd/3076f0b1d4561bbd93d0844b841f17a4 to your computer and use it in GitHub Desktop.
Save smoothdvd/3076f0b1d4561bbd93d0844b841f17a4 to your computer and use it in GitHub Desktop.
server/services/providers.js
...
switch (provider) {
case 'our-provider': {
// 'our-provider' code here
break;
}
...
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment