mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Токен plausbile не показывается в роуте конфига
This commit is contained in:
parent
b6a41fe04a
commit
bbfac1e8bd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ module.exports = async function configurationRoutes(fastify) {
|
||||||
delete config['currency']['coinapiKeys']
|
delete config['currency']['coinapiKeys']
|
||||||
delete config['server']['ssl']['private_key']
|
delete config['server']['ssl']['private_key']
|
||||||
delete config['server']['ssl']['cert']
|
delete config['server']['ssl']['cert']
|
||||||
|
delete config['analytics']['plausible_token']
|
||||||
|
|
||||||
return res.status(200).send({
|
return res.status(200).send({
|
||||||
config
|
config
|
||||||
|
|
Loading…
Add table
Reference in a new issue