mirror of
https://github.com/caprover/caprover
synced 2026-09-26 00:25:38 +00:00
Fixed typo in string template
This commit is contained in:
@@ -29,7 +29,7 @@ router.post('/register/', function (req, res, next) {
|
||||
res.send(
|
||||
new BaseApi(
|
||||
ApiStatusCodes.STATUS_OK,
|
||||
'Project created: ${projectName}'
|
||||
`Project created: ${projectName}`
|
||||
)
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user