mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Moved api-keys out of 'sight', and added analytics as optional
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
var key = "xxxx";
|
||||
var api_key = "xxxx";
|
||||
|
||||
module.exports = key;
|
||||
try {
|
||||
module.exports = api_key;
|
||||
} catch(e) {}
|
||||
|
||||
Reference in New Issue
Block a user