stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

Move /socket.io/ under parent URI path

Open CharlieC3 opened this issue 2 years ago • 1 comments

The current socket.io path being used is /socket.io/. It should be moved under a different path to avoid domain conflicts when hosting multiple Hiro APIs under a single domain. (e.g. api.hiro.so/extended/v1/socket.io/)

CharlieC3 avatar May 12 '23 13:05 CharlieC3

Prerequisite task is to check current usage of this endpoint before renaming, to ensure no breaking impact.

smcclellan avatar May 18 '23 15:05 smcclellan