Compare commits
2 Commits
2e6e8d1624
...
871c3c9a18
Author | SHA1 | Date | |
---|---|---|---|
871c3c9a18 | |||
a118f7d9a7 |
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({
|
||||
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