mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-17 22:18:19 +08:00
16 lines
452 B
HTML
16 lines
452 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting</title>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="1; url=../../../10.1/configuration/schemas/" />
|
|
</noscript>
|
|
<script>
|
|
window.location.replace("../../../10.1/configuration/schemas/" + window.location.hash);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="../../../10.1/configuration/schemas/">../../../10.1/configuration/schemas/</a>...
|
|
</body>
|
|
</html> |