Commit 784213f0 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component:

- Correct path for RPC AffectSampleSynthesizer
parent 214722a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ def register_telemetry_subscription(nbi_app: NbiApplication):
    )
    nbi_app.add_rest_api_resource(
        AffectSampleSynthesizer,
        '/affect_sample_synthesizer',
        '/affect_sample_synthesizer/',
        '/restconf/operations/affect_sample_synthesizer',
        '/restconf/operations/affect_sample_synthesizer/',
        endpoint='sse.affect_sample_synthesizer',
    )