fix: http urls

This commit is contained in:
2025-04-23 22:48:15 -05:00
parent 7d84e13a40
commit c12a33de86
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
</p>
</div>
<a class="h-9 rounded-md py-1 px-2 bg-green-600 text-gray-50"
href="{{ url('app_search_result', {mediaType: mediaType, tmdbId: tmdbId}) }}"
href="{{ path('app_search_result', {mediaType: mediaType, tmdbId: tmdbId}) }}"
>choose</a>
</div>
</div>