Rename tag hostpost -> hotspot

This commit is contained in:
billz 2024-03-08 20:12:30 +01:00
parent 79d33db2bf
commit 49780d8ec9

View File

@ -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(),