aboutsummaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-08-22 22:50:30 +0900
committerPitu <[email protected]>2021-08-22 22:50:30 +0900
commitff046169bf9beefa6441d377afefb190c35dfc1d (patch)
tree0ed1cd5d81ff93d2f61a71daa84e1e726afdeb7c /src/api
parentfix: chunked upload post (diff)
downloadhost.fuwn.me-ff046169bf9beefa6441d377afefb190c35dfc1d.tar.xz
host.fuwn.me-ff046169bf9beefa6441d377afefb190c35dfc1d.zip
fix: wrong case on env variable
Diffstat (limited to 'src/api')
-rw-r--r--src/api/routes/service/configGET.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/service/configGET.js b/src/api/routes/service/configGET.js
index f69d9eb..cbffbe5 100644
--- a/src/api/routes/service/configGET.js
+++ b/src/api/routes/service/configGET.js
@@ -22,7 +22,7 @@ class configGET extends Route {
metaDescription: Util.config.metaDescription,
metaKeywords: Util.config.metaKeywords,
metaTwitterHandle: Util.metaTwitterHandle,
- domain: process.env.domain
+ domain: process.env.DOMAIN
}
});
}