We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2395a4 + 8a68ac6 commit b98ad73Copy full SHA for b98ad73
1 file changed
src/index.ts
@@ -23,10 +23,11 @@ app.get('/health', (c) => {
23
// Root
24
app.get('/', (c) => {
25
return c.json({
26
- message: 'Welcome to SinSo API Lite !!!',
27
- version: APP_VERSION,
+ Name: 'SinSo API Lite',
+ Description: 'Welcome to SinSo API Lite !!!',
28
+ Version: APP_VERSION,
29
Author: APP_AUTHOR,
- endpoints: {
30
+ Endpoints: {
31
'/Songs' : {
32
'All Songs': '/api/v1/songs'
33
}
0 commit comments