wip: link web2api

This commit is contained in:
amhsirak
2025-05-28 23:41:25 +05:30
parent fba1504cd4
commit 22455f4f09

View File

@@ -158,6 +158,9 @@ const ApiKeyManager = () => {
</Button>
</>
)}
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer">
{t('mainmenu.apidocs')}
</a>
</Container>
);
};