mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Apparently this change got overlooked
This commit is contained in:
parent
3526dc3de0
commit
6d4ac65a92
@ -31,7 +31,7 @@ export default class ActivityPub {
|
||||
static init (server) {
|
||||
if (!activityPub) {
|
||||
dotenv.config()
|
||||
const url = new URL(process.env.GRAPHQL_URI)
|
||||
const url = new URL(process.env.CLIENT_URI)
|
||||
activityPub = new ActivityPub(url.host || 'localhost:4000', url.origin)
|
||||
|
||||
// integrate into running graphql express server
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user