| commit | 608664db22ea933402837ca90fd4f736b2adad43 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Wed Dec 16 11:50:21 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Wed Dec 16 11:50:21 2020 +0400 |
| tree | 57c302cf7126d7e4c181bcde617e21d7a7c04399 | |
| parent | bc79b678a8fbb5bab34f393c353ee3f4e15a291b [diff] |
controller: move to core/api
diff --git a/dev/install_core_services.sh b/dev/install_core_services.sh index 9668a31..0a7601f 100755 --- a/dev/install_core_services.sh +++ b/dev/install_core_services.sh
@@ -14,6 +14,6 @@ bazel run //core/events:install # Knowledge Graph -bazel run //controller:push_to_dev +bazel run //core/api:push_to_dev source $ROOT/dev/bootstrap_schema.sh -bazel run //controller:install +bazel run //core/api:install