GitBucket
Toggle navigation
Sign in
Files
Branches
19
Releases
Issues
5
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
nitta-lab-2023
/
NemophilaServer
Browse code
RequestingRestのクラス作成
2023/12/21
Accountmanager3
Fix
FriendManager
ShopManagerTest
ShopPostRest
ShopRest
ShopRestBrabch
account1
accountspostrest
addDate
fixLoginRest
fixParameter
frinedsRest
id
master
postcount
shopsRest
...
shopsRestFix
1 parent
acd48a7
commit
711cb0bc80604bc622a5f928ae11c751757e6233
k-fujii
authored
on 2 May 2023
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
src/main/java/org/ntlab/nemophila/resources/accounts/RequestingRest.java
Ignore Space
Show notes
View
2
■
■
■■■
src/main/java/org/ntlab/nemophila/resources/accounts/RequestingRest.java
import
javax
.
ws
.
rs
.
GET
;
import
javax
.
ws
.
rs
.
Path
;
import
javax
.
ws
.
rs
.
PathParam
;
@Componen
@Component
@Path
(
"/accounts"
)
public
class
RequestingRest
{
@GET
@Path
(
"/{uid}/requesting"
)
Show line notes below