Temporarily disable lemmy as connection is refused
This commit is contained in:
parent
8851d86ff4
commit
01bf4c21df
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ class Curation(BaseModel, Generic[T]):
|
|||
def create_router(index_path: str) -> APIRouter:
|
||||
router = APIRouter(prefix="/user", tags=["user"])
|
||||
|
||||
community_id = get_community_id()
|
||||
# TODO: reinstate
|
||||
# community_id = get_community_id()
|
||||
community_id = 0
|
||||
|
||||
@router.post("/register")
|
||||
def user_register(register: Register) -> Response:
|
||||
|
|
Loading…
Add table
Reference in a new issue