Skip to content

Commit f39f729

Browse files
committed
chore(frontend): remove newlines to filter gha job
1 parent c1c238c commit f39f729

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ app.use('/api/origamis', origamisRouter);
1616
// Static Middleware
1717
app.use('/static', express.static('public'));
1818

19-
20-
2119
// Endpoint to serve product data to client
2220
app.get('/api/products', async (req, res) => {
2321
try {

0 commit comments

Comments
 (0)