Mini ciscenje
parent
5992dfc0c0
commit
ec73f2424f
|
@ -11,10 +11,10 @@ const include_files = [
|
|||
'/node_modules/three/build/three.min.js',
|
||||
'/node_modules/nouislider/distribute/nouislider.min.js',
|
||||
'/node_modules/nouislider/distribute/nouislider.min.css',
|
||||
];
|
||||
]
|
||||
|
||||
const app = express();
|
||||
const server = http.Server(app);
|
||||
const app = express()
|
||||
const server = http.Server(app)
|
||||
|
||||
app.get('/', function(req, res) {
|
||||
res.sendFile(__dirname + '/index.html');
|
||||
|
|
Loading…
Reference in New Issue