mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-06 06:53:24 +00:00
added deploy key custom ssh path
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user