Skip to content

Commit

Permalink
docs: use wss for events URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish authored Jun 19, 2024
1 parent c719116 commit 6f15452
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/developers/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ You can connect to the API on the following URLs:

You can connect to the events server on the following URLs:

| URL | Release | Description |
| -------------------------------- | :--------: | ------------------------------ |
| `wss://ws.revolt.chat` | Production | Primary events endpoint |
| `https://app.revolt.chat/events` | Production | Events endpoint for old client |
| `https://revolt.chat/events` | Staging | Events endpoint for new client |
| URL | Release | Description |
| ------------------------------ | :--------: | ------------------------------ |
| `wss://ws.revolt.chat` | Production | Primary events endpoint |
| `wss://app.revolt.chat/events` | Production | Events endpoint for old client |
| `wss://revolt.chat/events` | Staging | Events endpoint for new client |

0 comments on commit 6f15452

Please sign in to comment.