Skip to content

Commit 61c861b

Browse files
Lizzie37000lizzie
andauthored
feat: #WEB-12077 redirect to new url (#261)
Co-authored-by: lizzie <[email protected]>
1 parent d9026c4 commit 61c861b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<title>Redirecting...</title>
4+
<link rel="canonical" href="/api-docs"/>
5+
<meta http-equiv="refresh" content="0; url=https://www.mexc.com/api-docs/spot-v3/introduction">
6+
<script type="text/javascript">
7+
window.location.href = "https://www.mexc.com/api-docs/spot-v3/introduction";
8+
</script>
9+
</head>

0 commit comments

Comments
 (0)