File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
grails-app/resources/jsonblob Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,9 @@ import com.fasterxml.jackson.databind.module.SimpleModule
11
11
import org.bson.types.ObjectId
12
12
import org.springframework.beans.factory.InitializingBean
13
13
14
- import javax.ws.rs.core.UriBuilder
15
-
16
- import javax.ws.rs.Consumes
17
- import javax.ws.rs.GET
18
- import javax.ws.rs.Produces
19
- import javax.ws.rs.Path
20
- import javax.ws.rs.PathParam
21
- import javax.ws.rs.POST
14
+ import javax.ws.rs.*
22
15
import javax.ws.rs.core.Response
16
+ import javax.ws.rs.core.UriBuilder
23
17
24
18
@Path (' /api/jsonBlob' )
25
19
@Consumes ([' application/json' ])
Original file line number Diff line number Diff line change 1
1
package jsonblob
2
2
3
- import static org.grails.jaxrs.response.Responses.*
4
-
5
- import javax.ws.rs.Consumes
6
- import javax.ws.rs.DELETE
7
- import javax.ws.rs.GET
8
- import javax.ws.rs.Produces
9
- import javax.ws.rs.PUT
3
+ import javax.ws.rs.*
10
4
import javax.ws.rs.core.Response
11
5
12
- import org.grails.jaxrs.provider.DomainObjectNotFoundException
13
-
14
6
@Consumes ([' application/json' ])
15
7
@Produces ([' application/json' ])
16
8
class JsonBlobResource {
You can’t perform that action at this time.
0 commit comments