git -message hahaha
This commit is contained in:
@ -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),
|
||||
|
@ -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),
|
||||
|
Reference in New Issue
Block a user