Skip to content

Commit 487bce6

Browse files
committed
backend check for workflow
1 parent 06ceead commit 487bce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-backend/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ app.use(express.json())
88
app.use(cors());
99

1010
app.get('/', (req, res) => {
11-
res.send('Hello');
11+
res.send('Hello from express');
1212
});
1313

1414
app.use('/v1/api/projects',projectRouter)

0 commit comments

Comments
 (0)