From 211582927492495ed81c875b3bd12305590a56d1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 23 Apr 2026 11:20:51 +0800 Subject: [PATCH] Remove unnecessary hermes-web-cli subdirectory in wwwroot and move files to correct locations --- wwwroot/new_session.ui | 2 +- wwwroot/{hermes-web-cli => }/sessions/create_session.dspy | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename wwwroot/{hermes-web-cli => }/sessions/create_session.dspy (100%) diff --git a/wwwroot/new_session.ui b/wwwroot/new_session.ui index f53b1c2..670925c 100644 --- a/wwwroot/new_session.ui +++ b/wwwroot/new_session.ui @@ -52,7 +52,7 @@ "actiontype": "urlwidget", "target": "app.main-content", "options": { - "url": "{{entire_url('hermes-web-cli/sessions/create_session.dspy')}}", + "url": "{{entire_url('sessions/create_session.dspy')}}", "method": "POST", "params": "{{ 'new-session-form'.data }}" }, diff --git a/wwwroot/hermes-web-cli/sessions/create_session.dspy b/wwwroot/sessions/create_session.dspy similarity index 100% rename from wwwroot/hermes-web-cli/sessions/create_session.dspy rename to wwwroot/sessions/create_session.dspy