new template to provide HTTP redirect for API pages

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2022-09-13 17:36:11 -04:00
parent f7268f7d50
commit 6e3ec78d80
No known key found for this signature in database
GPG Key ID: FDC6C20960060000
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html><html>
<head>
<title>Redirect</title>
<link rel="canonical" href="{{ .dest }}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0; url={{ .dest }}" />
</head>
</html>