File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " ng8- sorting-visualizer" ,
2+ "name" : " sorting-visualizer-clone " ,
33 "version" : " 0.0.0" ,
44 "scripts" : {
55 "ng" : " ng" ,
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ const path = require('path');
55const app = express ( ) ;
66
77// Serve only the static files form the dist directory
8- app . use ( express . static ( __dirname + '/dist/ng8- sorting-visualizer' ) ) ;
8+ app . use ( express . static ( __dirname + '/dist/sorting-visualizer-clone ' ) ) ;
99
1010app . get ( '/*' , function ( req , res ) {
1111
12- res . sendFile ( path . join ( __dirname + '/dist/ng8- sorting-visualizer/index.html' ) ) ;
12+ res . sendFile ( path . join ( __dirname + '/dist/sorting-visualizer-clone /index.html' ) ) ;
1313} ) ;
1414
1515// Start the app by listening on the default Heroku port
You can’t perform that action at this time.
0 commit comments