Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Rename /api to /client because it breaks Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
refactornator committed Nov 15, 2022
1 parent 150ff93 commit 74fe9d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/space/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useRouter } from "next/router";

import { useLocalStorage } from "hooks/useLocalStorage";
import { SpaceProvider } from "hooks/SpaceProvider";
import { createToken } from "api/token";
import { createToken } from "client/token";

import Stage from "components/Stage";
import UserInteractionPrompt from "components/UserInteractionPrompt";
Expand Down

0 comments on commit 74fe9d6

Please sign in to comment.