@@ -50,7 +50,7 @@ if (ENABLE_TRACING && APOLLO_ENGINE_KEY) {
apiKey:APOLLO_ENGINE_KEY
},
graphqlPort:PORT,
endpoint:'/api/v1/graph/ql',
endpoint:`${MOUNT_PATH}api/v1/graph/ql`,
});
engine.start();
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.