git -message hahaha

This commit is contained in:
2025-05-19 11:43:26 +09:00
parent 68cb20c2d5
commit a118f7d9a7
4 changed files with 6 additions and 2 deletions

View File

@ -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),

View File

@ -23,7 +23,7 @@ $('#submitRegister').on('click', function () {
};
$.ajax({
url: 'http://192.168.1.192:8085/api/user/register',
url: 'http://192.168.1.192:8080/api/user/register',
type: 'POST',
contentType: 'application/json',
data: JSON.stringify(requestData),