Sreekanth

Results 1 issues of Sreekanth

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...