refiniments

This commit is contained in:
Florinda
2024-12-19 13:05:37 +01:00
parent 3607442539
commit 9d2e4f1a92
5 changed files with 108 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
import axios from 'axios';
export const KsCodeRepoService = {
getKsCodeRepo() {
return axios.get('/fe-api/ks_git_repos')
},
pauseRERepo(processId){
return axios.get('/java-re-module/pauseRERepo/'+processId)
}
}