nothing changes

This commit is contained in:
z
2025-05-19 14:01:39 +09:00
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
$(function () {
$.ajax({
url: "http://localhost:8080/inuhouse",
url: "http://192.168.1.192:8085/inuhouse",
type: "GET",
success: function (dogs) {
const $slider = $('#sliderContainer');
@ -174,7 +174,7 @@ $(function () {
};
$.ajax({
url: 'http://192.168.1.192:8085/api/user/login',
url: 'http://localhost:8080/api/user/login',
type: 'POST',
contentType: 'application/json',
data: JSON.stringify(requestData),