Merge pull request #78 from bipproduction/amalia/30-jul-24

upd: buat api address
This commit is contained in:
Amalia
2024-07-30 10:12:47 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export const API_ADDRESS = {
"apiGetAllGroup": "/api/group/get?path=get-all-group",
}

View File

@@ -1,3 +1,4 @@
import { API_ADDRESS } from "./bin/api_address";
import prisma from "./bin/prisma";
import { pwd_key_config } from "./bin/val_global";
import { WARNA } from "./fun/WARNA";
@@ -19,3 +20,4 @@ export { LayoutNavbarNew };
export { ViewFilter };
export { prisma };
export { pwd_key_config };
export { API_ADDRESS };