From 03db0d8f71dfb96d6baea7226054bf639ed74817 Mon Sep 17 00:00:00 2001 From: Patrick Nagurny Date: Thu, 8 Nov 2018 13:59:45 -0500 Subject: [PATCH] default to no prefix --- config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.sample b/config.json.sample index 447d45c..f38ab93 100644 --- a/config.json.sample +++ b/config.json.sample @@ -1,7 +1,7 @@ { "WebUrl": "https://domain.com", "Port": 8080, - "ApiPrefix": "/api", + "ApiPrefix": "", "KeyFile": "", "CertFile": "", "Database": "openaccounting",