Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
codeadamca authored Jul 23, 2024
1 parent 9abb28b commit 8f73e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ window.onload = function() {

function brickMMOLorem(num_search){

let url = `http://local.console.brickmmo.com:7777/api/bricksum/generate/${slctOption.value}/${num_search.value}`;
let url = `https://console.brickmmo.com/api/bricksum/generate/${slctOption.value}/${num_search.value}`;

$.ajax({
url: url,
Expand Down

0 comments on commit 8f73e13

Please sign in to comment.