mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Rename tag hostpost -> hotspot
This commit is contained in:
parent
79d33db2bf
commit
49780d8ec9
@ -45,7 +45,7 @@ async def get_system(api_key: APIKey = Depends(auth.get_api_key)):
|
|||||||
'rpiRevision': system.rpiRevision()
|
'rpiRevision': system.rpiRevision()
|
||||||
}
|
}
|
||||||
|
|
||||||
@app.get("/ap", tags=["accesspoint/hostpost"])
|
@app.get("/ap", tags=["accesspoint/hotspot"])
|
||||||
async def get_ap(api_key: APIKey = Depends(auth.get_api_key)):
|
async def get_ap(api_key: APIKey = Depends(auth.get_api_key)):
|
||||||
return{
|
return{
|
||||||
'driver': ap.driver(),
|
'driver': ap.driver(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user