Skip to content

Commit

Permalink
Fix: update request uri
Browse files Browse the repository at this point in the history
  • Loading branch information
heedaeshin committed Oct 2, 2024
1 parent 125183f commit d1271ae
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 d1271ae

Please sign in to comment.