Skip to content

Commit 23e3b5a

Browse files
committed
Small cleanup in FileStreamer
1 parent 65cdd62 commit 23e3b5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/src/main/java/io/scalecube/services/files/FileStreamer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package io.scalecube.services.files;
22

3-
import io.scalecube.services.annotations.RestMethod;
43
import io.scalecube.services.annotations.Service;
54
import io.scalecube.services.annotations.ServiceMethod;
65
import io.scalecube.services.annotations.Tag;
@@ -17,7 +16,6 @@ public interface FileStreamer {
1716
String NAMESPACE = "v1/endpoints";
1817

1918
@Tag(key = "Content-Type", value = "application/file")
20-
@RestMethod("GET")
2119
@ServiceMethod("${microservices:id}/files/:name")
2220
Flux<byte[]> streamFile();
2321
}

0 commit comments

Comments
 (0)