mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-04-16 06:36:26 +02:00
Set default version to stable with mike 2.2.0+zensical-0.1.0
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="1; url=latest/" />
|
||||
<meta http-equiv="refresh" content="1; url=stable/" />
|
||||
</noscript>
|
||||
<script>
|
||||
window.location.replace(
|
||||
"latest/" + window.location.search + window.location.hash
|
||||
"stable/" + window.location.search + window.location.hash
|
||||
);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="latest/">latest/</a>...
|
||||
Redirecting to <a href="stable/">stable/</a>...
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user