refactor(metadata): drop geoserver config refs
This commit is contained in:
@@ -270,7 +270,7 @@ async def create_admin_project(
|
||||
except IntegrityError as exc:
|
||||
raise HTTPException(
|
||||
status_code=status.HTTP_409_CONFLICT,
|
||||
detail="Project code or GeoServer workspace conflicts with an existing project",
|
||||
detail="Project code or workspace conflicts with an existing project",
|
||||
) from exc
|
||||
except SQLAlchemyError as exc:
|
||||
raise HTTPException(
|
||||
@@ -307,7 +307,7 @@ async def update_admin_project(
|
||||
except IntegrityError as exc:
|
||||
raise HTTPException(
|
||||
status_code=status.HTTP_409_CONFLICT,
|
||||
detail="Project code or GeoServer workspace conflicts with an existing project",
|
||||
detail="Project code or workspace conflicts with an existing project",
|
||||
) from exc
|
||||
except SQLAlchemyError as exc:
|
||||
raise HTTPException(
|
||||
|
||||
Reference in New Issue
Block a user