Skip to content

Commit 14244f4

Browse files
committed
Duplicates PR #16957
Signed-off-by: snipe <[email protected]>
1 parent 1b9d90a commit 14244f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

routes/api.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,11 @@
13241324
return response()->json(
13251325
[
13261326
'version' => config('version.app_version'),
1327-
], 200);
1327+
'build_version' => config('version.build_version'),
1328+
'hash_version' => config('version.hash_version'),
1329+
'full_version' => config('version.full_app_version')
1330+
]
1331+
);
13281332
}); // end version api routes
13291333

13301334

0 commit comments

Comments
 (0)