mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +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
|
||||
public FoobarService(BaseServiceParams params) {
|
||||
super(params);
|
||||
super(params, List.of(/* grpc services */));
|
||||
|
||||
// set up Spark endpoints here
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user