chore: cleanup
This commit is contained in:
parent
1218dc83d0
commit
ae758eb984
3 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
layout: null
|
||||
eleventyExcludeFromCollections: true
|
||||
permalink: /api/artist-capitalization
|
||||
---
|
||||
{{ artistCapitalization | json }}
|
Reference in a new issue