Skip to content

Commit 700db2f

Browse files
authored
Merge pull request kudoleh#25 from ProAlexUSC/master
Fix getMovies API
2 parents 0466ea2 + ff7ae3c commit 700db2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExampleMVVM/Data/Network/APIEndpoints.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct APIEndpoints {
1111

1212
static func getMovies(with moviesRequestDTO: MoviesRequestDTO) -> Endpoint<MoviesResponseDTO> {
1313

14-
return Endpoint(path: "3/search/movie/",
14+
return Endpoint(path: "3/search/movie",
1515
method: .get,
1616
queryParametersEncodable: moviesRequestDTO)
1717
}

0 commit comments

Comments
 (0)