Skip to content

Commit

Permalink
api away from image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-SA committed Nov 28, 2024
1 parent 5921429 commit f7d1db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/services/imageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";
import { CreatedAuctionResponse } from "./auctionService";
import { API_URL_BASE } from "./auctionService";

const API_URL = API_URL_BASE + "api/image";
const API_URL = API_URL_BASE + "image";

export const uploadImage = async (
file: File,
Expand Down

0 comments on commit f7d1db6

Please sign in to comment.