Skip to content

Commit

Permalink
Changed PluginType to processing
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktRiegel committed Aug 8, 2023
1 parent c2a4757 commit ef1af48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get(self):
description=QCNN.instance.description,
name=QCNN.instance.identifier,
version=QCNN.instance.version,
type=PluginType.simple,
type=PluginType.processing,
entry_point=EntryPoint(
href=url_for(f"{QCNN_BLP.name}.ProcessView"),
ui_href=url_for(f"{QCNN_BLP.name}.MicroFrontend"),
Expand Down

0 comments on commit ef1af48

Please sign in to comment.