Implemented update event systems
This commit is contained in:
@@ -9,7 +9,7 @@ app.use(morgan('dev'))
|
||||
|
||||
app.use(cors({
|
||||
origin: ['https://aj17thdev.nexuszone.net', 'http://localhost:5173'], // your SPA origins
|
||||
credentials: true
|
||||
credentials: true,
|
||||
}));
|
||||
|
||||
app.use(express.json())
|
||||
|
||||
Reference in New Issue
Block a user