Skip to content

Commit

Permalink
arreglo
Browse files Browse the repository at this point in the history
  • Loading branch information
Enriquelp committed Feb 1, 2024
1 parent 6ab6225 commit f65c0f2
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions rhea-web/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,31 +69,31 @@ export class AppComponent {



urldownload="http://127.0.0.1:5000/api/downloadFM"
urldocuments="http://127.0.0.1:5000/api/getExampleFMs"
urluploadExampleFM="http://127.0.0.1:5000/api/uploadExampleFM"
urlupload="http://127.0.0.1:5000/api/uploadFM"
urlrefactor="http://127.0.0.1:5000/api/refactor"
urlupdate="http://127.0.0.1:5000/api/updateFM"
urlcur="http://127.0.0.1:5000/api/getCur" //<---"https://rhea.caosd.lcc.uma.es/getCur"
urlinsertcur="http://127.0.0.1:5000/api/insertIntoRepository" //<---"https://rhea.caosd.lcc.uma.es/insertIntoRepository"
urlgetfile="http://127.0.0.1:5000/api/getFile"
urltextcons="http://127.0.0.1:5000/api/checktextcons" //<--- "https://rhea.caosd.lcc.uma.es/checktextcons"
urlnewcons="http://127.0.0.1:5000/api/createcons" //<--- https://rhea.caosd.lcc.uma.es/
// urldownload="http://127.0.0.1:5000/api/downloadFM"
// urldocuments="http://127.0.0.1:5000/api/getExampleFMs"
// urluploadExampleFM="http://127.0.0.1:5000/api/uploadExampleFM"
// urlupload="http://127.0.0.1:5000/api/uploadFM"
// urlrefactor="http://127.0.0.1:5000/api/refactor"
// urlupdate="http://127.0.0.1:5000/api/updateFM"
// urlcur="http://127.0.0.1:5000/api/getCur" //<---"https://rhea.caosd.lcc.uma.es/getCur"
// urlinsertcur="http://127.0.0.1:5000/api/insertIntoRepository" //<---"https://rhea.caosd.lcc.uma.es/insertIntoRepository"
// urlgetfile="http://127.0.0.1:5000/api/getFile"
// urltextcons="http://127.0.0.1:5000/api/checktextcons" //<--- "https://rhea.caosd.lcc.uma.es/checktextcons"
// urlnewcons="http://127.0.0.1:5000/api/createcons" //<--- https://rhea.caosd.lcc.uma.es/

// FOR DEVELOPER: for any new url the backend get , it must be update in the apache2 file for the web to work in de sites-available domain.conf, then restart apache, and the frontend and backend"

// urldownload="https://rhea.caosd.lcc.uma.es/api/downloadFM"
// urldocuments="https://rhea.caosd.lcc.uma.es/api/getExampleFMs"
// urluploadExampleFM="https://rhea.caosd.lcc.uma.es/api/uploadExampleFM"
// urlupload="https://rhea.caosd.lcc.uma.es/api/uploadFM"
// urlrefactor="https://rhea.caosd.lcc.uma.es/api/refactor"
// urlupdate="https://rhea.caosd.lcc.uma.es/api/updateFM"
// urlcur="https://rhea.caosd.lcc.uma.es/api/getCur" //404
// urlinsertcur="https://rhea.caosd.lcc.uma.es/api/insertIntoRepository" //404
// urlgetfile="https://rhea.caosd.lcc.uma.es/api/getFile"
// urltextcons="https://rhea.caosd.lcc.uma.es/api/checktextcons" //404
// urlnewcons="https://rhea.caosd.lcc.uma.es/api/createcons" //404
urldownload="https://rhea.caosd.lcc.uma.es/api/downloadFM"
urldocuments="https://rhea.caosd.lcc.uma.es/api/getExampleFMs"
urluploadExampleFM="https://rhea.caosd.lcc.uma.es/api/uploadExampleFM"
urlupload="https://rhea.caosd.lcc.uma.es/api/uploadFM"
urlrefactor="https://rhea.caosd.lcc.uma.es/api/refactor"
urlupdate="https://rhea.caosd.lcc.uma.es/api/updateFM"
urlcur="https://rhea.caosd.lcc.uma.es/api/getCur" //404
urlinsertcur="https://rhea.caosd.lcc.uma.es/api/insertIntoRepository" //404
urlgetfile="https://rhea.caosd.lcc.uma.es/api/getFile"
urltextcons="https://rhea.caosd.lcc.uma.es/api/checktextcons" //404
urlnewcons="https://rhea.caosd.lcc.uma.es/api/createcons" //404

declare actual:FMTree
declare actualfather:FMTree
Expand Down

0 comments on commit f65c0f2

Please sign in to comment.