chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-04-03 21:35:27 -07:00
parent 1218dc83d0
commit ae758eb984
No known key found for this signature in database
3 changed files with 0 additions and 12 deletions

View file

@ -48,7 +48,6 @@
/wp2/wp-* /400/ 400
/index.php* /400/ 400
/admin.php* /400/ 400
/api/artist-capitalization/* /400/ 400
/fetch/* /400/ 400
/.env /400/ 400
/.git /400/ 400

View file

@ -67,11 +67,6 @@ for = "/api/now-playing"
[headers.values]
Content-Type = "application/json"
[[headers]]
for = "/api/artist-capitalization"
[headers.values]
Content-Type = "application/json"
[[headers]]
for = "/api/search"
[headers.values]

View file

@ -1,6 +0,0 @@
---
layout: null
eleventyExcludeFromCollections: true
permalink: /api/artist-capitalization
---
{{ artistCapitalization | json }}