Skip to content

Commit

Permalink
Merge pull request #66 from cloud-barista/feature/fix-web-req-uri
Browse files Browse the repository at this point in the history
Fix: update request uri
  • Loading branch information
heedaeshin authored Oct 2, 2024
2 parents 125183f + d1271ae commit 3d05382
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ function migrationFormSubmit() {
jsonData.sourcePoint.provider = getInputValue('sourcePoint[provider]');


let url = "/migration/" + service;
// if (source != dest) {
// url = url + "/" + dest;
// }
let url = "/migrate/" + service;

if ( (jsonData.targetPoint.provider =="ncp") && (jsonData.targetPoint.endpoint =="") ) {
jsonData.targetPoint.endpoint ="https://kr.object.ncloudstorage.com"
Expand Down

0 comments on commit 3d05382

Please sign in to comment.