mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 14:03:27 +00:00
Add version identifying on proxy
This commit is contained in:
@@ -21,7 +21,9 @@ export default defineEventHandler(async (event) => {
|
||||
event,
|
||||
status: 200,
|
||||
data: {
|
||||
message: 'Proxy is working as expected',
|
||||
message: `Proxy is working as expected (v${
|
||||
useRuntimeConfig(event).version
|
||||
})`,
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user