diff --git a/python/jfjoch_grpc2http.py b/python/jfjoch_grpc2http.py index 2edefaa6..6b79e73c 100644 --- a/python/jfjoch_grpc2http.py +++ b/python/jfjoch_grpc2http.py @@ -14,7 +14,7 @@ from tifffile import imwrite import jfjoch_pb2 import jfjoch_pb2_grpc -static_directory = "/home/leonarski_f/nextgendcu/frontend_ui/build" +static_directory = "../frontend_ui/build" grpc_addr = "localhost:5232" app = FastAPI()