mirror of https://github.com/embarklabs/embark.git
change registerAPICall to hang off embark
This commit is contained in:
parent
38032e1ef2
commit
68957f5dc8
|
@ -167,7 +167,7 @@ class ContractsManager {
|
|||
}
|
||||
);
|
||||
|
||||
plugin.registerAPICall(
|
||||
embark.registerAPICall(
|
||||
'post',
|
||||
'/embark-api/contract/deploy',
|
||||
(req, res) => {
|
||||
|
|
Loading…
Reference in New Issue