test permit all

This commit is contained in:
Edouard DUPIN 2022-05-23 19:40:05 +02:00
parent 6b4b9988db
commit f45061097d

View File

@ -28,6 +28,7 @@ public class TypeResource {
}
@GET
@PermitAll
public List<NodeSmall> get() {
return NodeInterface.get(typeInNode);
}