From a03132cc44846bacf3289992a95ea87626c90310 Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:01:14 +0530 Subject: [PATCH] Update __init__.py --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 727763a..a741a05 100755 --- a/__init__.py +++ b/__init__.py @@ -2,5 +2,5 @@ from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS import folder_paths -WEB_DIRECTORY = "./web" +WEB_DIRECTORY = "./js" __all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]