change registerAPICall to hang off embark

This commit is contained in:
emizzle 2018-08-28 11:59:58 +10:00 committed by Pascal Precht
parent 38032e1ef2
commit 68957f5dc8
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class ContractsManager {
}
);
plugin.registerAPICall(
embark.registerAPICall(
'post',
'/embark-api/contract/deploy',
(req, res) => {