mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
views: Remove unused APIView class.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
6e6a3947dc
commit
07f93d58a3
@@ -55,9 +55,6 @@ class ApiURLView(TemplateView):
|
||||
add_api_uri_context(context, self.request)
|
||||
return context
|
||||
|
||||
class APIView(ApiURLView):
|
||||
template_name = 'zerver/api.html'
|
||||
|
||||
|
||||
class MarkdownDirectoryView(ApiURLView):
|
||||
path_template = ""
|
||||
|
||||
Reference in New Issue
Block a user