We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b53149 commit c41a90aCopy full SHA for c41a90a
packages/utilities/src/utilities/geolocation/geolocation.js
@@ -1,6 +1,7 @@
1
import axios from 'axios';
2
3
-const _endpoint = process.env.GEO_API;
+const _endpoint =
4
+ process.env.GEO_API || 'https://api.www.s81c.com/webmaster/dbip/';
5
/**
6
* Utility to retrieve user's country code based on their IP address
7
*
0 commit comments