mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
refactor(core): update management API indicator (#906)
This commit is contained in:
parent
d6de6a8e73
commit
11d9488f4b
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ import { CreateResource } from '../db-entries';
|
|||
|
||||
export const managementResource: Readonly<CreateResource> = Object.freeze({
|
||||
id: 'management-api',
|
||||
indicator: 'https://logto.io/api',
|
||||
indicator: 'https://api.logto.io',
|
||||
name: 'Logto Management API',
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue