จัดการผู้ใช้งาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-30 14:04:48 +07:00
parent badb676529
commit d85f67506f
12 changed files with 554 additions and 22 deletions

View file

@ -0,0 +1,7 @@
import env from "../index";
const management = `${env.API_URI}/org/keycloak`;
export default {
managementUser: `${management}/user`,
};