database changes
This commit is contained in:
@@ -6,7 +6,6 @@ public class Genres
|
||||
public string GetGenres { get; set; }
|
||||
public string GetGenre { get; set; }
|
||||
public string PostGenre { get; set; }
|
||||
public string PutGenre { get; set; }
|
||||
public string DeleteGenre { get; set; }
|
||||
public string GetGenreMedia { get; set; }
|
||||
}
|
||||
@@ -49,7 +49,6 @@
|
||||
"GetGenres": "",
|
||||
"GetGenre": "/{0}",
|
||||
"PostGenre": "",
|
||||
"PutGenre": "/{0}",
|
||||
"DeleteGenre": "/{0}",
|
||||
"GetGenreMedia": "/{0}/media"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user