We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f434c36 commit d5fa369Copy full SHA for d5fa369
views/index.ejs
@@ -174,11 +174,11 @@
174
>GET</span
175
>
176
<a
177
- href="https://taylor-swift-api.onrender.com/albums/?name=lover"
+ href="https://taylor-swift-api.onrender.com/albums/search/?name=lover"
178
class="bg-gray-200 px-2 hover:underline py-1 rounded"
179
target="_blank"
180
181
- <code>/albums/?name=lover</code>
+ <code>/albums/search/?name=lover</code>
182
</a>
183
</div>
184
@@ -232,7 +232,7 @@
232
233
234
235
- href="https://taylor-swift-api.onrender.com/songs/?name=world"
+ href="https://taylor-swift-api.onrender.com/songs/search/?name=world"
236
237
238
0 commit comments