Meteor-Community-Packages / meteor-timesync

NTP-style time synchronization between server and client, and facilities to use server time reactively in Meteor applications.
https://packosphere.com/mizzao/timesync
MIT License
118 stars 36 forks source link

fix: server handler not aware of app path prefix #53

Closed plitex closed 1 year ago

plitex commented 2 years ago

HI,

This fixes configurations like:

ROOT_URL=https://www.example.com/myapp

With this change, it will listen requests at '/myapp/_timesync'.

StorytellerCZ commented 1 year ago

Thank you @plitex