Skip to content

Commit c3595c2

Browse files
committed
Fixed typo in header
1 parent 535bc1d commit c3595c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/agents-cpp/agents/voice_agent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class VoiceAgent : public AutonomousAgent {
182182
static void runUI(const std::string& media_dir, httplib::Server& svr, VoiceAgent& agent) {
183183
// 1. SERVE THE UI
184184
svr.Get("/", [&](const httplib::Request&, httplib::Response& res) {
185-
std::string html = Utils::loadHtmlFile(media_dir + "/ui/index.html");
185+
std::string html = Utils::loadHtmlFile(media_dir);
186186
res.set_content(html, "text/html");
187187
});
188188

0 commit comments

Comments
 (0)