git -message hahaha
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"npm-scripts.showStartNotification": false
|
||||||
|
}
|
1
dogs
Submodule
1
dogs
Submodule
Submodule dogs added at 68cb20c2d5
@ -174,7 +174,7 @@ $(function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://192.168.1.192:8085/api/user/login',
|
url: 'http://localhost:8080/api/user/login',
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
data: JSON.stringify(requestData),
|
data: JSON.stringify(requestData),
|
||||||
|
@ -23,7 +23,7 @@ $('#submitRegister').on('click', function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://192.168.1.192:8085/api/user/register',
|
url: 'http://192.168.1.192: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