mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-21 12:59:06 +00:00
move apps to apps folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const express = require('express');
|
||||
const path = require('path');
|
||||
|
||||
const app = express();
|
||||
|
||||
app.use(express.static(path.join(__dirname, './html')));
|
||||
|
||||
app.listen(3000);
|
||||
Reference in New Issue
Block a user