diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-13 21:24:31 +0100 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2023-01-13 21:24:31 +0100 |
commit | 88dd93374aab6417d7bc9f1c996d3aec0d9f5c20 (patch) | |
tree | 16e46f3fdb53a8336197b4ff4ab982701b081e35 /app.js | |
parent | 4bdc18de454724f09db27a133df9ea3060b4738f (diff) | |
download | thepixelworld-master.tar.gz thepixelworld-master.tar.bz2 thepixelworld-master.tar.xz thepixelworld-master.zip |
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ app.get('/', function(req,res) { }); app.use('/client', express.static(__dirname + '/client')); +app.use('/favicon.ico', express.static(__dirname + '/client/favicon.ico')); serv.listen(2000); console.log("Server started."); |