ip
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -31,7 +31,7 @@ coverage
|
||||
# Cypress
|
||||
/cypress/videos/
|
||||
/cypress/screenshots/
|
||||
|
||||
/seve.rar
|
||||
# Vitest
|
||||
__screenshots__/
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ const viewed_b = async () => {
|
||||
const status_b = async () => {
|
||||
try {
|
||||
const response = await axios.post(
|
||||
"http://127.0.0.1:8002/update_status_status",
|
||||
"http://45.129.78.228:8002/update_status_status",
|
||||
null,
|
||||
{
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user