mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 23:01:00 +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
|
||||
path("v1/preferences", preferences.preferences),
|
||||
# Search
|
||||
path("v1/search", search.search),
|
||||
path("v2/search", search.search),
|
||||
# Statuses
|
||||
path("v1/statuses", statuses.post_status),
|
||||
|
|
Loading…
Reference in a new issue