Compare commits
2 Commits
c90e6b5072
...
67075d28a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67075d28a5 | ||
|
|
d6324f2ee7 |
@@ -103,7 +103,7 @@ export async function POST(req: NextRequest) {
|
||||
console.log("🔍 Appel à Presidio Analyzer...");
|
||||
// Mettez votre URL externe ici, ou utilisez le nom de service Docker si approprié
|
||||
const presidioAnalyzerUrl =
|
||||
"http://mk88kg840wk8www8sscok8oo.51.68.233.212.sslip.io/analyze";
|
||||
"http://analyzer.151.80.20.211.sslip.io/analyze";
|
||||
|
||||
const analyzeResponse = await fetch(presidioAnalyzerUrl, {
|
||||
method: "POST",
|
||||
@@ -140,7 +140,7 @@ export async function POST(req: NextRequest) {
|
||||
|
||||
console.log("🔍 Appel à Presidio Anonymizer...");
|
||||
const presidioAnonymizerUrl =
|
||||
"http://zgccw8o0cw4wo0wckk8kg4cg.51.68.233.212.sslip.io/anonymize";
|
||||
"http://anonymizer.151.80.20.211.sslip.io/anonymize";
|
||||
|
||||
const anonymizeResponse = await fetch(presidioAnonymizerUrl, {
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user