From eac11f06da257b2bb31ed6f246d5a963ea84f267 Mon Sep 17 00:00:00 2001 From: Radical Date: Fri, 30 May 2025 18:43:07 +0200 Subject: [PATCH] feat: add .well-known/gorb.txt Used by frontend to locate the API when its not on /api --- public/.well-known/gorb.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/.well-known/gorb.txt diff --git a/public/.well-known/gorb.txt b/public/.well-known/gorb.txt new file mode 100644 index 0000000..4c97686 --- /dev/null +++ b/public/.well-known/gorb.txt @@ -0,0 +1 @@ +ApiBaseUrl: https://api.gorb.app \ No newline at end of file