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

View File

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