Update cors origin
continuous-integration/drone/push Build is passing Details

This commit is contained in:
toqvist 2024-04-08 11:17:27 +02:00
parent 324ad812e2
commit 918c5d0214
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ payload.init({
const corsOptions = {
origin: 'http://localhost:3000',
origin: 'https://kios.lumbung.space',
credentials: true
};