We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13adc90 commit a07115dCopy full SHA for a07115d
next/src/pages/blog/[bid].tsx
@@ -42,7 +42,7 @@ const BlogPage: NextPage<{ data: Block[] }> = ({ data }) => {
42
43
export const getServerSideProps: GetServerSideProps = async ({ params }) => {
44
const data = await fetch(
45
- `http://backend:8080/api/filesystem/get/published?DocumentID=${
+ `/api/filesystem/get/published?DocumentID=${
46
params && params.bid
47
}`,
48
{
0 commit comments