Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: websocket endpoint error #28

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

backsapce
Copy link

solve the ws enpoint bug

{
     endpoint: 'http://localhost:8081',
     api: ['/ws/*']
}

this work.terminal endpoint is http://localhost:8081/ws/*

{
    endpoint: 'http://localhost:8081/ws',
    api: ['/*']
}

not work.

@backsapce backsapce force-pushed the fix_ws_endpoint branch 2 times, most recently from b089642 to 3666669 Compare November 16, 2023 07:38
@fishbar fishbar merged commit c73b416 into node-honeycomb:master Nov 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants