mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
change API doc url in webhook and API token in menu
This commit is contained in:
@@ -140,7 +140,11 @@ function GenerateToken() {
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => openInNewTab("https://docs.opensignlabs.com")}
|
||||
onClick={() =>
|
||||
openInNewTab(
|
||||
"https://docs.opensignlabs.com/docs/API-docs/opensign-api-v-1"
|
||||
)
|
||||
}
|
||||
className="rounded hover:bg-[#15b4e9] border-[1px] border-[#15b4e9] text-[#15b4e9] hover:text-white px-11 py-2 text-xs md:text-base focus:outline-none"
|
||||
>
|
||||
View Docs
|
||||
|
||||
@@ -122,7 +122,11 @@ function Webhook() {
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => openInNewTab("https://docs.opensignlabs.com")}
|
||||
onClick={() =>
|
||||
openInNewTab(
|
||||
"https://docs.opensignlabs.com/docs/API-docs/opensign-api-v-1"
|
||||
)
|
||||
}
|
||||
className="rounded hover:bg-[#15b4e9] border-[1px] border-[#15b4e9] text-[#15b4e9] hover:text-white px-11 py-2 text-xs md:text-base focus:outline-none"
|
||||
>
|
||||
View Docs
|
||||
|
||||
Reference in New Issue
Block a user