added deploy key custom ssh path

This commit is contained in:
Muhammad Ibrahim
2025-09-18 01:19:43 +01:00
parent 08f82bc795
commit e35f96d30f
4 changed files with 254 additions and 17 deletions

View File

@@ -182,6 +182,7 @@ export const formatDate = (date) => {
export const versionAPI = {
getCurrent: () => api.get('/version/current'),
checkUpdates: () => api.get('/version/check-updates'),
testSshKey: (data) => api.post('/version/test-ssh-key', data),
}
export const formatRelativeTime = (date) => {