Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
update: change model for test on production
Browse files Browse the repository at this point in the history
  • Loading branch information
uysalibov committed Mar 14, 2024
1 parent cb6f66a commit 927e0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marble-sculp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async def marble(request: Request, payload: DiscModel):


@app.post("/dfn")
async def dfn(request: Request, payload: FractureModel):
async def dfn(request: Request, payload: DiscModel):
scene = Scene()
marb = Marble(
size=[payload.sizeX, payload.sizeY, payload.sizeZ],
Expand Down

0 comments on commit 927e0fe

Please sign in to comment.