Skip to content

Commit b98ad73

Browse files
Merge pull request #3 from SinSo-API/dev
feat:automated-git-action-test
2 parents b2395a4 + 8a68ac6 commit b98ad73

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ app.get('/health', (c) => {
2323
// Root
2424
app.get('/', (c) => {
2525
return c.json({
26-
message: 'Welcome to SinSo API Lite !!!',
27-
version: APP_VERSION,
26+
Name: 'SinSo API Lite',
27+
Description: 'Welcome to SinSo API Lite !!!',
28+
Version: APP_VERSION,
2829
Author: APP_AUTHOR,
29-
endpoints: {
30+
Endpoints: {
3031
'/Songs' : {
3132
'All Songs': '/api/v1/songs'
3233
}

0 commit comments

Comments
 (0)