File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
examples/python/servers/fastapi Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ async def health_check():
183183 <meta property="og:description" content="Pay for ACP jobs with x402 protocol on Virtuals Protocol">
184184 <meta property="og:site_name" content="Virtuals Protocol">
185185 <meta property="og:type" content="website">
186+ <meta property="og:image" content="/static/logo.png">
186187
187188 <!-- Favicon (x402scan displays this as the resource icon) -->
188189 <link rel="icon" type="image/x-icon" href="/favicon.ico">
@@ -250,6 +251,7 @@ async def acp_budget(request: Request) -> Dict[str, Any]:
250251# "content": "This is premium content",
251252# }
252253
254+ app .mount ("/static" , StaticFiles (directory = "static" ), name = "static" )
253255
254256if __name__ == "__main__" :
255257 import uvicorn
You can’t perform that action at this time.
0 commit comments