diff --git a/src/gateway/app.module.ts b/src/gateway/app.module.ts
index f8ccb625..03200ec5 100644
--- a/src/gateway/app.module.ts
+++ b/src/gateway/app.module.ts
@@ -13,8 +13,7 @@ const isDev = process.env.NODE_ENV !== "production";
imports: [
ServeStaticModule.forRoot({
rootPath: join(__dirname, "public"),
- serveRoot: "/",
- exclude: ["/api/(.*)", "/ws/(.*)"],
+ serveRoot: "/client",
}),
LoggerModule.forRoot({
pinoHttp: isDev
diff --git a/src/gateway/public/index.html b/src/gateway/public/index.html
index d4efa161..0cedd243 100644
--- a/src/gateway/public/index.html
+++ b/src/gateway/public/index.html
@@ -8,9 +8,9 @@
-
-
-
+
+
+