Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
OGreeni committed Apr 16, 2024
1 parent b4e42e0 commit aa58c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/app/delivery-form/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function DeliveryReportForm() {
try {
// Fetch all clients
const response = await fetch(
`${process.env.NEXT_PUBLIC_API_BASE_URL}/clients/all`,
`${process.env.NEXT_PUBLIC_API_BASE_URL}/client/all`,
{
credentials: 'include', // Include credentials
headers: {
Expand Down

0 comments on commit aa58c4f

Please sign in to comment.