0
Fork 0
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:
Gao Sun 2022-05-20 10:23:13 +08:00 committed by GitHub
parent d6de6a8e73
commit 11d9488f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
});