Add search v1 emulation (for Sengi)

pull/568/head
Andrew Godwin 2023-05-06 09:30:21 -07:00
rodzic 930aab384e
commit b6d9f1dc95
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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