mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 14:43:26 +00:00
Change error to a message
This commit is contained in:
@@ -21,7 +21,7 @@ export default defineEventHandler(async (event) => {
|
|||||||
event,
|
event,
|
||||||
status: 200,
|
status: 200,
|
||||||
data: {
|
data: {
|
||||||
error: 'Proxy is working as expected',
|
message: 'Proxy is working as expected',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user