MCPcopy Create free account
hub / github.com/dot-agent/nextpy / DeploymentPostResponse

Class DeploymentPostResponse

nextpy/backend/deploy/hosting.py:352–358  ·  view source on GitHub ↗

The URL for the deployed site.

Source from the content-addressed store, hash-verified

350
351
352class DeploymentPostResponse(Base):
353 """The URL for the deployed site."""
354
355 # The frontend URL
356 frontend_url: str = Field(..., regex=r"^https?://", min_length=8)
357 # The backend URL
358 backend_url: str = Field(..., regex=r"^https?://", min_length=8)
359
360
361class DeploymentsPostParam(Base):

Callers 1

deployFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected