Skip to content

Commit

Permalink
Merge pull request #52 from spencerwooo/hono
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo authored Jan 12, 2023
2 parents 5e2f309 + ce4015c commit 97c3773
Show file tree
Hide file tree
Showing 13 changed files with 515 additions and 1,806 deletions.
2 changes: 1 addition & 1 deletion docs/src/lib/pages/common/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Common = () => {
const [dataPath, setDataPath] = useLocalStorage<string>('common.datapath', '')
const onSetDataPath = (e: React.ChangeEvent<HTMLInputElement>) => setDataPath(e.target.value)

const apiUrl = `${API}/common/?endpoint=${userEnteredApi}&datapath=${dataPath}`
const apiUrl = `${API}/common?endpoint=${userEnteredApi}&datapath=${dataPath}`

return (
<Flex gap={4} direction="column">
Expand Down
Loading

1 comment on commit 97c3773

@vercel
Copy link

@vercel vercel bot commented on 97c3773 Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.