@app.get("/apps/test") async def lookup_bgp_network_prefix( current_user: User = fastapi.Security(get_current_active_user, scopes=["bgp"]) ): return ...
確定! 回上一頁