Fix about the favorite DZ
This commit is contained in:
@@ -65,7 +65,7 @@ namespace skydiveLogs_api.Controllers
|
||||
}
|
||||
|
||||
// PUT: api/DropZone/AddToFavorite/5
|
||||
[HttpPut("{id}")]
|
||||
[HttpPut("AddToFavorite/{id}")]
|
||||
[EnableCors]
|
||||
public bool AddToFavorite(int id)
|
||||
{
|
||||
@@ -73,7 +73,7 @@ namespace skydiveLogs_api.Controllers
|
||||
}
|
||||
|
||||
// PUT: api/DropZone/RemoveToFavorite/15
|
||||
[HttpPut("{id}")]
|
||||
[HttpPut("RemoveToFavorite/{id}")]
|
||||
[EnableCors]
|
||||
public bool RemoveToFavorite(int id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user