mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
add new background animation
This commit is contained in:
@@ -43,10 +43,6 @@ app.get( '/showcase.js', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/client/showcase.js' ) );
|
||||
} );
|
||||
|
||||
app.get( '/colorPaletteExtractor.js', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/client/colorPaletteExtractor.js' ) );
|
||||
} );
|
||||
|
||||
app.get( '/showcase.css', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/client/showcase.css' ) );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user