From b379a99a1a63478a63a99c3ea3bff5ba6240ba2e Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 2 May 2022 19:54:11 +0300 Subject: [PATCH] feat(settings): use new Tokens API instead of old Utils API --- src/flextype/settings.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/flextype/settings.yaml b/src/flextype/settings.yaml index 48f32862..039e36ac 100644 --- a/src/flextype/settings.yaml +++ b/src/flextype/settings.yaml @@ -663,8 +663,8 @@ api: # Set to true to enable Registry API enabled: true - # Utils API - utils: + # Tokens API + tokens: - # Set to true to enable Utils API + # Set to true to enable Tokens API enabled: true