You've already forked hotpocket
BTHLABS-58: Share Extension in Apple Apps
This commit is contained in:
@@ -59,6 +59,13 @@ urlpatterns = [
|
||||
accounts.apps.DeleteView.as_view(),
|
||||
name='ui.accounts.apps.delete',
|
||||
),
|
||||
path(
|
||||
'accounts/rpc/',
|
||||
JSONRPCView.as_view(
|
||||
namespace='accounts',
|
||||
),
|
||||
name='ui.accounts.rpc',
|
||||
),
|
||||
path('accounts/', accounts.index.index, name='ui.accounts.index'),
|
||||
path(
|
||||
'imports/pocket/',
|
||||
|
||||
Reference in New Issue
Block a user