Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a Simple Redirect Handler for mapping urls #1168

Open
akelch opened this issue May 22, 2024 · 0 comments · May be fixed by #1181
Open

a Simple Redirect Handler for mapping urls #1168

akelch opened this issue May 22, 2024 · 0 comments · May be fixed by #1181
Labels
feature New feature or request Priority: Low This issue can be considered with enough idle time.

Comments

@akelch
Copy link
Member

akelch commented May 22, 2024

A simple configureable dict which maps from one url to another. So that we can e.g. put the admin on different URLs.

{"/vi-admin": "/admin/index.html",
"/vi": "/vi/main.html"}

Since the url "vi-admin" is no longer in the vi renderer, you could possibly remove it from the renderer files.

@akelch akelch added feature New feature or request Priority: Low This issue can be considered with enough idle time. labels May 22, 2024
@ArneGudermann ArneGudermann linked a pull request Jun 7, 2024 that will close this issue
@ArneGudermann ArneGudermann linked a pull request Jun 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request Priority: Low This issue can be considered with enough idle time.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant