Skip to content

Commit

Permalink
fix: setup redirect for auth api path
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Oct 2, 2024
1 parent 38d444d commit e8a1cdd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions static/docs/auth-api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">
window.location.href = "/authentication-api/evm";
</script>
<title>Redirecting...</title>
</head>
<body>
<noscript>
If you are not redirected,
<a href="/authentication-api/evm">click here</a>.
</noscript>
</body>
</html>

0 comments on commit e8a1cdd

Please sign in to comment.