Compare commits
1 Commits
bea9a2ca60
...
main
Author | SHA1 | Date | |
---|---|---|---|
48a2590340 |
@ -1,6 +1,6 @@
|
|||||||
$(function () {
|
$(function () {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "http://192.168.1.192:8085/inuhouse",
|
url: "http://localhost:8080/inuhouse",
|
||||||
type: "GET",
|
type: "GET",
|
||||||
success: function (dogs) {
|
success: function (dogs) {
|
||||||
const $slider = $('#sliderContainer');
|
const $slider = $('#sliderContainer');
|
||||||
|
@ -23,7 +23,7 @@ $('#submitRegister').on('click', function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://192.168.1.192:8080/api/user/register',
|
url: 'http://localhost:8080/api/user/register',
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
data: JSON.stringify(requestData),
|
data: JSON.stringify(requestData),
|
||||||
|
Reference in New Issue
Block a user