updated origin
This commit is contained in:
parent
53b01338dd
commit
81fe92379e
1 changed files with 1 additions and 1 deletions
2
sso.js
2
sso.js
|
|
@ -26,7 +26,7 @@ const urlKeycloakToken = `${process.env.KC_URL}/realms/${process.env.KC_REALMS}/
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
app.use(cors({
|
app.use(cors({
|
||||||
origin: 'http://localhost:3002', // Your Vue app's origin
|
origin: "*",
|
||||||
credentials: true,
|
credentials: true,
|
||||||
}));
|
}));
|
||||||
app.use(express.urlencoded({ extended: true }));
|
app.use(express.urlencoded({ extended: true }));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue