mirror of
https://github.com/caprover/caprover
synced 2026-09-26 08:35:39 +00:00
Typo fix
This commit is contained in:
@@ -25,9 +25,12 @@ router.post('/register/', function (req, res, next) {
|
||||
})
|
||||
})
|
||||
.then(function () {
|
||||
Logger.d(`Project is saved: ${projectName}`)
|
||||
Logger.d(`Project created: ${projectName}`)
|
||||
res.send(
|
||||
new BaseApi(ApiStatusCodes.STATUS_OK, 'App Definition Saved')
|
||||
new BaseApi(
|
||||
ApiStatusCodes.STATUS_OK,
|
||||
'Project created: ${projectName}'
|
||||
)
|
||||
)
|
||||
})
|
||||
.catch(ApiStatusCodes.createCatcher(res))
|
||||
|
||||
Reference in New Issue
Block a user