Skip to content

Commit

Permalink
server version
Browse files Browse the repository at this point in the history
  • Loading branch information
lAmeR1 committed May 7, 2024
1 parent 7e56851 commit 5c0ba0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
app = FastAPI(
title="Kaspa REST-API server",
description="This server is to communicate with kaspa network via REST-API",
version=os.getenv("VERSION", "tbd"),
version=os.getenv("VERSION") or "tbd",
contact={
"name": "lAmeR1"
},
Expand Down

0 comments on commit 5c0ba0d

Please sign in to comment.