You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
I've just noticed that you can't use the latest vresion of restify.
The problem is that there is an assertion that a path must start with "/" or "*".
On line 22 of restify_middlewar.js all paths are set to .*.
The last working verison of restifiy I have checked is: 4.3.3
The text was updated successfully, but these errors were encountered:
I've just noticed that you can't use the latest vresion of
restify
.The problem is that there is an assertion that a path must start with "/" or "*".
On line 22 of
restify_middlewar.js
all paths are set to.*
.The last working verison of restifiy I have checked is: 4.3.3
The text was updated successfully, but these errors were encountered: