add login keycloak

This commit is contained in:
Kittapath 2023-08-08 14:03:12 +07:00
parent 4b73b98d35
commit 6c3c9384d9
12 changed files with 457 additions and 292 deletions

11
src/api/test/api.test.ts Normal file
View file

@ -0,0 +1,11 @@
/**
* API Structure + Org Chart
*/
import env from "../index"
const tttt = `${env.API_URI}/test`
export default {
gettttt: `${tttt}`,
puttttt: (id: string) => `${tttt}/${id}`,
}