From 2bd848fa97cde83e35a3f39ba81b01120a614ac3 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 30 Jan 2026 18:01:39 +0000 Subject: [PATCH] Rename rmo/endpoint.go to rmo/root.go Because it contains the root page logic. --- rmo/{endpoint.go => root.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename rmo/{endpoint.go => root.go} (100%) diff --git a/rmo/endpoint.go b/rmo/root.go similarity index 100% rename from rmo/endpoint.go rename to rmo/root.go