From bb816656b69e3eb91de99a2d4025c20aeeee24f7 Mon Sep 17 00:00:00 2001 From: caadiq Date: Mon, 2 Mar 2026 15:53:40 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=9A=94=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/main.rs b/backend/src/main.rs index 0a96c23..bc654c6 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -22,7 +22,6 @@ const SERVICES_URLS: &[(&str, &str)] = &[ ("ffmpeg-downloader", "http://ffmpeg-gui:3000"), ("cloudbeaver", "http://cloudbeaver:8978"), ("forgejo", "http://forgejo:3000"), - ("affine", "http://affine:3010"), ("hoppscotch", "http://hoppscotch:80") ];