From fd3660858e48162a8346fd45ddd951dec426c607 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Wed, 1 Apr 2026 16:13:07 -0700 Subject: [PATCH] fixup gitmodules --- server/.gitmodules => .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename server/.gitmodules => .gitmodules (74%) diff --git a/server/.gitmodules b/.gitmodules similarity index 74% rename from server/.gitmodules rename to .gitmodules index 98ed119..210dc15 100644 --- a/server/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "CocoaHTTPServer"] - path = CocoaHTTPServer + path = server/CocoaHTTPServer url = https://github.com/robbiehanson/CocoaHTTPServer.git