mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(doc) Update documentation with new gRPC service setup
This commit is contained in:
parent
d185858266
commit
273aeb7bae
@ -39,7 +39,7 @@ public class FoobarService extends Service {
|
|||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
public FoobarService(BaseServiceParams params) {
|
public FoobarService(BaseServiceParams params) {
|
||||||
super(params);
|
super(params, List.of(/* grpc services */));
|
||||||
|
|
||||||
// set up Spark endpoints here
|
// set up Spark endpoints here
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user