mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
aa8278d061
commit
dc85ed825d
@ -123,13 +123,13 @@ module.exports = {
|
||||
proxy: {
|
||||
'/.well-known/webfinger': {
|
||||
target: process.env.GRAPHQL_URI || 'http://localhost:4000',
|
||||
toProxy: true, // cloudflare needs that
|
||||
toProxy: true // cloudflare needs that
|
||||
},
|
||||
'/activityPub': {
|
||||
// make this configurable (nuxt-dotenv)
|
||||
target: process.env.GRAPHQL_URI || 'http://localhost:4000',
|
||||
pathRewrite: { '^/activityPub': '' },
|
||||
toProxy: true, // cloudflare needs that
|
||||
toProxy: true // cloudflare needs that
|
||||
},
|
||||
'/api': {
|
||||
// make this configurable (nuxt-dotenv)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user