Skip to content

Commit d5fa369

Browse files
committed
Fix EJS to latest API docs
1 parent f434c36 commit d5fa369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/index.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@
174174
>GET</span
175175
>
176176
<a
177-
href="https://taylor-swift-api.onrender.com/albums/?name=lover"
177+
href="https://taylor-swift-api.onrender.com/albums/search/?name=lover"
178178
class="bg-gray-200 px-2 hover:underline py-1 rounded"
179179
target="_blank"
180180
>
181-
<code>/albums/?name=lover</code>
181+
<code>/albums/search/?name=lover</code>
182182
</a>
183183
</div>
184184

@@ -232,7 +232,7 @@
232232
>GET</span
233233
>
234234
<a
235-
href="https://taylor-swift-api.onrender.com/songs/?name=world"
235+
href="https://taylor-swift-api.onrender.com/songs/search/?name=world"
236236
class="bg-gray-200 px-2 hover:underline py-1 rounded"
237237
target="_blank"
238238
>

0 commit comments

Comments
 (0)