From 2c995ae29c354b94e7c8bcda5d67c8db0b980885 Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Thu, 17 Jul 2025 17:56:49 +0200 Subject: [PATCH] remove base_api_path field from template config.toml --- config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.toml b/config.toml index 18fbf38..86b4fc7 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,6 @@ frontend_url = "http://localhost:3000/" # note the trailing slash cors_urls = ["http://localhost:3000", "http://localhost:8000"] # note the lack of a trailing slash # you probaly don't need to change this -api_base_path = "/api/v1" development = false # Custom Media Libraries