mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
7 lines
198 B
JavaScript
7 lines
198 B
JavaScript
export default defineEventHandler((event) => {
|
|
return {
|
|
headers: { 'Access-Control-Allow-Origin': '*' },
|
|
statusCode: 200,
|
|
statusMessage: 'Fake Upload Process'
|
|
};
|
|
});
|