Skip to content

Commit

Permalink
merge and version bump to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Jun 29, 2023
1 parent 132022b commit 1860052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Settings(BaseSettings):
pflink_mongodb: MongoDsn = 'mongodb://localhost:27017'
version: str = "3.5.1"
version: str = "3.5.2"


class Auth(BaseSettings):
Expand Down
2 changes: 1 addition & 1 deletion app/models/pfdcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class PfdcmQuerySchema(BaseModel):
"""This class represents a `pfdcm` service"""
service_name: str = Field(..., title="A string representing the name of a `pfdcm` service", example="PFDCM")
service_address: str = Field(..., title="Service address of the `pfdcm` instance", example="http://localhost:4005")
service_address: str = Field(..., title="Service address of the `pfdcm` instance", example="http://localhost:4005/api/v1")


class PfdcmCollectionResponseModel(BaseModel):
Expand Down

0 comments on commit 1860052

Please sign in to comment.