Have yourls redirect root to admin page

I keep forgetting this is a thing and thinking it's broken
This commit is contained in:
Jake Howard
2020-02-07 13:57:03 +00:00
parent 94da91db8e
commit 5027e77534
3 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=/admin/" />
</head>
<body>
<h1>Redirecting to admin...</h1>
</body>
</html>