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