Skip to content

Commit 3270f45

Browse files
committed
backend check for workflow
1 parent 913049f commit 3270f45

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
@@ -10,7 +10,7 @@ app.use(cors({
1010
}));
1111

1212
app.get('/', (req, res) => {
13-
res.send('Hello from express');
13+
res.send('Hello');
1414
});
1515

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

0 commit comments

Comments
 (0)