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:
@@ -45,7 +45,7 @@ async def get_system(api_key: APIKey = Depends(auth.get_api_key)):
|
||||
'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)):
|
||||
return{
|
||||
'driver': ap.driver(),
|
||||
|
Reference in New Issue
Block a user