mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +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