Enable CV endpoint at /cvapi

This commit is contained in:
svemagie
2026-03-08 06:36:12 +01:00
parent bcd0652538
commit a81180e8e9
4 changed files with 31 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ export default {
"@rmdes/indiekit-endpoint-conversations",
"@rmdes/indiekit-endpoint-funkwhale",
"@rmdes/indiekit-endpoint-lastfm",
"@rmdes/indiekit-endpoint-cv",
//"@rmdes/indiekit-endpoint-activitypub",
],
"@indiekit/store-github": {
@@ -158,6 +159,9 @@ export default {
apiKey: lastfmApiKey,
username: lastfmUsername,
},
"@rmdes/indiekit-endpoint-cv": {
mountPath: "/cvapi",
},
"@rmdes/indiekit-endpoint-activitypub": {
username: "blog.giersig.eu",
},