Skip to content

Commit

Permalink
[fix] kofic api 파라미터 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
syyling committed May 25, 2024
1 parent 14554d9 commit 8388e37
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mookive.mookive_backend.movie.infra;
package com.mookive.mookive_backend.movie.infra.component;


import org.springframework.stereotype.Component;
Expand All @@ -11,5 +11,6 @@
public interface KoficComponent {

@GetExchange()
String findMovieByTitleAndYear(@RequestParam String key, @RequestParam String movieNm, @RequestParam String openStartDt);
String findMovieByTitleAndYear(@RequestParam String key, @RequestParam String movieNm,
@RequestParam String openStartDt, @RequestParam String openEndDt);
}

0 comments on commit 8388e37

Please sign in to comment.