Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 48e39fee
authored
Feb 17, 2018
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hups :)
1 parent
c437d5c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
code/moya-web/src/main/java/fi/codecrew/moya/rest/v2/VipRestView.java
code/moya-web/src/main/java/fi/codecrew/moya/rest/v2/VipRestView.java
View file @
48e39fe
...
...
@@ -25,8 +25,8 @@ import java.util.Date;
import
java.util.List
;
@RequestScoped
@Path
(
"/v
3
/vip"
)
@Api
(
value
=
"/v
3
/vip"
,
description
=
"Vip list operations"
)
@Path
(
"/v
2
/vip"
)
@Api
(
value
=
"/v
2
/vip"
,
description
=
"Vip list operations"
)
@Produces
({
MediaType
.
APPLICATION_JSON
+
"; charset=UTF-8"
})
@Consumes
({
MediaType
.
APPLICATION_JSON
})
public
class
VipRestView
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment