mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-04-21 03:32:31 +00:00
Change error to a message
This commit is contained in:
parent
9ef1467ee1
commit
0a553a8b84
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue