Skip to content

Commit

Permalink
fix: delete redundant {
Browse files Browse the repository at this point in the history
  • Loading branch information
lnnt authored Aug 12, 2022
1 parent 13ddece commit 5faa3d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/app/api/api.api
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ service api-api {
get /getCollectionList (UserCollectionListReq) returns (UserCollectionListRes)
}


}

//========================> order v1 <===================================
//need login
@server(
Expand All @@ -242,4 +239,4 @@ service api-api {
@doc "add order"
@handler addOrder
post /add (OrderAddReq) returns (OrderAddResp)
}
}

0 comments on commit 5faa3d9

Please sign in to comment.