Skip to content

Commit

Permalink
feat: post a service catalog item request
Browse files Browse the repository at this point in the history
  • Loading branch information
gosiexon-zen committed Nov 22, 2024
1 parent 2a751d5 commit caf236e
Show file tree
Hide file tree
Showing 10 changed files with 392 additions and 182 deletions.
7 changes: 7 additions & 0 deletions assets/fetchCsrfToken-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/new-request-form-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

208 changes: 145 additions & 63 deletions assets/service-catalog-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/modules/new-request-form/fetchCsrfToken.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// NOTE: This is a temporary handling of the CSRF token
export async function fetchCsrfToken() {
const response = await fetch("/api/v2/help_center/sessions.json");
const { current_session } = await response.json();
Expand Down
Loading

0 comments on commit caf236e

Please sign in to comment.