aboutsummaryrefslogtreecommitdiff
path: root/config/index.js
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-06-12 16:57:18 +0000
committerlambda <pleromagit@rogerbraun.net>2018-06-12 16:57:18 +0000
commit6ea5cfe71ee9ae5669c44f154b7ca5dae1211551 (patch)
tree5fafbd876eb22501f1753739624d4e1676122d7e /config/index.js
parent2330170d2305b664f623b9fe8b46d075086b13b5 (diff)
parentd7d787b84cb8e36ad7f622054808f0e66c496309 (diff)
Merge branch 'feature/locked-accounts' into 'develop'
Feature/locked accounts See merge request pleroma/pleroma-fe!274
Diffstat (limited to 'config/index.js')
-rw-r--r--config/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/index.js b/config/index.js
index c48d91b8..5d2cb833 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,12 +23,12 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
- target: 'htts://localhost:4000/',
+ target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/socket': {
- target: 'htts://localhost:4000/',
+ target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost',
ws: true