Compare commits

...

2 Commits

Author SHA1 Message Date
570576435c Merge pull request 'Updating default api' (#5) from dev into prod
Some checks failed
Lint / lint (push) Has been cancelled
Deploy to Production / deploy (push) Successful in 6m18s
Reviewed-on: #5
2026-01-14 19:21:26 +01:00
7c3f4050c5 Update Dockerfile for documentation to simplify base image and streamline dependency handling
Some checks failed
Lint / lint (push) Has been cancelled
Lint / lint (pull_request) Has been cancelled
2026-01-14 19:17:37 +01:00

View File

@@ -1,7 +1,7 @@
import axios from "axios";
const api = axios.create({
baseURL: process.env.NEXT_PUBLIC_API_URL || "http://localhost:3000",
baseURL: process.env.NEXT_PUBLIC_API_URL || "https://api.memegoat.fr",
withCredentials: true,
headers: {
"Content-Type": "application/json",