mirror of
https://github.com/jointakahe/takahe.git
synced 2025-02-16 15:45:14 +00:00
Add search v1 emulation (for Sengi)
This commit is contained in:
parent
930aab384e
commit
b6d9f1dc95
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue