Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-Beacon committed Nov 12, 2024
1 parent e983746 commit 77fd95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homepagebuilder/server/project_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ class VersionStaticGetter(VersionGetter):
name = 'static'
@classmethod
def get_page_version(self, _alias :str, _request):
return str(config('server.version.value'))
return str(config('Server.Version.StaticValue'))

0 comments on commit 77fd95b

Please sign in to comment.