mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
refactor: oneshot command is functional
This commit is contained in:
@@ -41,6 +41,7 @@ class MainIndex(View):
|
||||
|
||||
|
||||
class LinkDetails(View):
|
||||
|
||||
def get(self, request, path):
|
||||
# missing trailing slash -> redirect to index
|
||||
if '/' not in path:
|
||||
|
||||
Reference in New Issue
Block a user