We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current version: 6.3.4
We are using the below router to serve the index.html
server.get(/\/?.*/, restify.plugins.serveStatic({ directory: path.join(__dirname, '../build'), default: 'index.html' }) );
And we are planning to migrate to 8.5.1 version and getting [err_assertion]: path (string) is a required exception.
Would be a great help if you guys can share about the replacement for this.
Thanks, Sreekanth
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current version: 6.3.4
We are using the below router to serve the index.html
And we are planning to migrate to 8.5.1 version and getting [err_assertion]: path (string) is a required exception.
Would be a great help if you guys can share about the replacement for this.
Thanks,
Sreekanth
The text was updated successfully, but these errors were encountered: