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
|
/wp2/wp-* /400/ 400
|
||||||
/index.php* /400/ 400
|
/index.php* /400/ 400
|
||||||
/admin.php* /400/ 400
|
/admin.php* /400/ 400
|
||||||
/api/artist-capitalization/* /400/ 400
|
|
||||||
/fetch/* /400/ 400
|
/fetch/* /400/ 400
|
||||||
/.env /400/ 400
|
/.env /400/ 400
|
||||||
/.git /400/ 400
|
/.git /400/ 400
|
||||||
|
|
|
@ -67,11 +67,6 @@ for = "/api/now-playing"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Type = "application/json"
|
Content-Type = "application/json"
|
||||||
|
|
||||||
[[headers]]
|
|
||||||
for = "/api/artist-capitalization"
|
|
||||||
[headers.values]
|
|
||||||
Content-Type = "application/json"
|
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/api/search"
|
for = "/api/search"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
layout: null
|
|
||||||
eleventyExcludeFromCollections: true
|
|
||||||
permalink: /api/artist-capitalization
|
|
||||||
---
|
|
||||||
{{ artistCapitalization | json }}
|
|
Reference in a new issue