backend-app-api: final service to service refactoring

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-04-04 13:41:52 +02:00
parent e1afe84d75
commit 130b215629
6 changed files with 53 additions and 49 deletions
+2 -2
View File
@@ -389,7 +389,7 @@ export const tokenTypes = Object.freeze({
limitedUser: Object.freeze({
typParam: 'vnd.backstage.limited-user',
}),
service: Object.freeze({
typParam: 'vnd.backstage.service',
plugin: Object.freeze({
typParam: 'vnd.backstage.plugin',
}),
});