mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-01-11 20:10:18 +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,
|
||||
status: 200,
|
||||
data: {
|
||||
error: 'Proxy is working as expected',
|
||||
message: 'Proxy is working as expected',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue