mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-09-06 10:07:54 +02:00
added simple fronted
This commit is contained in:
@@ -13,6 +13,7 @@ app.use(cors());
|
||||
app.use(json());
|
||||
|
||||
// Use routes
|
||||
app.use(express.static("public"));
|
||||
app.use('/', routes);
|
||||
|
||||
// Start server
|
||||
|
Reference in New Issue
Block a user