Compare commits

...

2 Commits

Author SHA1 Message Date
871c3c9a18 Merge branch 'main' of http://107.189.3.96:3000/seagulls/dogs 2025-05-19 11:44:36 +09:00
a118f7d9a7 git -message hahaha 2025-05-19 11:43:26 +09:00
4 changed files with 6 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"npm-scripts.showStartNotification": false
}

1
dogs Submodule

Submodule dogs added at 68cb20c2d5

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