mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-14 21:38:19 +00:00
Refactor tests and start work on database integration.
This commit is contained in:
@ -71,7 +71,7 @@ async def shutdown():
|
||||
|
||||
@router.get("/version",
|
||||
response_model=schemas.Version)
|
||||
def version():
|
||||
def get_version():
|
||||
"""
|
||||
Return the server version number.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user