change keycloak identify url

This commit is contained in:
Warunee Tamkoo 2023-08-17 11:29:31 +07:00
parent 508fb3b02b
commit 054ed8b5ad
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
*/
import env from "../index";
const message = `${env.API_DASHBOARD_URI}/message`;
const message = `${env.API_PLACEMENT_URI}/message`;
export default {
msgNotificate: `${message}/my-notifications`,