Add search v1 emulation (for Sengi)

This commit is contained in:
Andrew Godwin 2023-05-06 09:30:21 -07:00
parent 930aab384e
commit b6d9f1dc95
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ urlpatterns = [
# Preferences # Preferences
path("v1/preferences", preferences.preferences), path("v1/preferences", preferences.preferences),
# Search # Search
path("v1/search", search.search),
path("v2/search", search.search), path("v2/search", search.search),
# Statuses # Statuses
path("v1/statuses", statuses.post_status), path("v1/statuses", statuses.post_status),