Skip to content

Commit

Permalink
Slash (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos authored Oct 25, 2023
1 parent b316695 commit 135c0c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion langserve/playground/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/____LANGSERVE_BASE_URL/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Playground</title>
<script type="module" crossorigin src="/____LANGSERVE_BASE_URL/assets/index-8aec183f.js"></script>
<script type="module" crossorigin src="/____LANGSERVE_BASE_URL/assets/index-0ea7a041.js"></script>
<link rel="stylesheet" href="/____LANGSERVE_BASE_URL/assets/index-da983f33.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion langserve/playground/src/useSchemas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function useSchemas(
if (!debouncedConfigData.defaults) {
fetch(
resolveApiUrl(
`c/${compressToEncodedURIComponent(
`/c/${compressToEncodedURIComponent(
JSON.stringify(debouncedConfigData.data)
)}/input_schema`
)
Expand Down

0 comments on commit 135c0c3

Please sign in to comment.