Skip to content

Commit 020a350

Browse files
jeoylisong
authored andcommitted
fix issue 103: #103 (#113)
thanks !
1 parent 326ffe0 commit 020a350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/apps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ router.post('/:appName/deployments/:deploymentName/release',
318318
});
319319
})
320320
.then((data) => {
321-
res.send("");
321+
res.send('{"msg": "succeed"}');
322322
})
323323
.catch((e) => {
324324
if (e instanceof AppError.AppError) {

0 commit comments

Comments
 (0)