Skip to content

Commit

Permalink
а
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumuch committed Mar 25, 2024
1 parent 0211f06 commit 6845a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/constants/data.forum.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IComment, IProps } from '../components/forum/forum.types'

export const apiBaseUrl = 'http://localhost:3001'
export const apiBaseUrl = 'https://imagexit-web-client.vercel.app'

export const IPropsDefault = {
id: 0,
Expand Down

0 comments on commit 6845a21

Please sign in to comment.