ChandimaPrabath commited on
Commit
d049065
·
1 Parent(s): 486e1e2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,7 +342,7 @@ def get_tv_metadata_api():
342
  def get_all_films_api():
343
  return get_all_films(file_structure)
344
 
345
- @app.route("/api/tvshows/all")
346
  def get_all_tvshows_api():
347
  return get_all_tv_shows(file_structure)
348
 
 
342
  def get_all_films_api():
343
  return get_all_films(file_structure)
344
 
345
+ @app.route("/api/tv/all")
346
  def get_all_tvshows_api():
347
  return get_all_tv_shows(file_structure)
348