Skip to content

Commit

Permalink
Keep handle json
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Jan 15, 2024
1 parent 9546506 commit 5826b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ iron-ajax#envInfo(auto='[[_shouldFetchEnv]]', url='/api/workgroup/env-info', han
on-response='_onEnvInfoResponse')
iron-ajax(auto, url="[[getNotebookServersUrl]]", handle-as="json",
loading="{{loading}}", on-response="_onNotebookServersResponse", on-error="_onNotebookServersError")
iron-ajax#CreateDefaultNotebook(method='POST', url='/jupyter/api/namespaces/[[namespace]]/createdefault', handle-as="json")
iron-ajax#CreateDefaultNotebook(method='POST', url='/jupyter/api/namespaces/[[namespace]]/notebooks/default', handle-as='json')
aside#PageLoader(hidden='{{!pageLoading}}')
app-drawer-layout.flex(narrow='{{narrowMode}}',
force-narrow='[[or(thinView, hideSidebar)]]',
Expand Down

0 comments on commit 5826b68

Please sign in to comment.