@@ -38,7 +38,7 @@ config.read('config.ini')
api.add_middleware(
CORSMiddleware,
allow_origins=["http://localhost", "http://localhost:3000"],
allow_origins=["*"],
allow_credentials=True,
allow_methods=["*"],
allow_headers=["*"],
The note is not visible to the blocked user.