mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-24 16:40:24 +00:00
Minor: fix caps in title
This commit is contained in:
parent
4e258b3981
commit
2d41f74b6a
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ import modules.wireguard as wireguard
|
|||
tags_metadata = [
|
||||
]
|
||||
app = FastAPI(
|
||||
title="API for Raspap",
|
||||
title="API for RaspAP",
|
||||
openapi_tags=tags_metadata,
|
||||
version="0.0.1",
|
||||
license_info={
|
||||
|
@ -158,4 +158,4 @@ async def get_wireguard():
|
|||
async def client_config_list(config):
|
||||
return{
|
||||
'client_config': wireguard.client_config_list(config)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue