File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:f313a7ed0ab34948aa28fe94107db56061e1299705bbec40a5c6c44a8a282038
3
- size 246
2
+ oid sha256:9176a6ba425adeb7c85d69785f97a14527641f0505d1d4da50903b30ed26c113
3
+ size 6935372
Original file line number Diff line number Diff line change @@ -520,7 +520,9 @@ async fn main() -> anyhow::Result<()> {
520
520
. context ( "failed to parse grpc_bind address" ) ?,
521
521
) ;
522
522
523
- let frontend = pd:: zipserve:: router ( "/app" , pd:: FRONTEND_APP_ARCHIVE_BYTES ) ;
523
+ //let frontend = pd::zipserve::router("/app", pd::FRONTEND_APP_ARCHIVE_BYTES);
524
+ // Temporary: try serving the frontend without trying to prefix its internal links
525
+ let frontend = pd:: zipserve:: router ( "" , pd:: FRONTEND_APP_ARCHIVE_BYTES ) ;
524
526
let router = grpc_server. into_router ( ) . merge ( frontend) ;
525
527
526
528
tracing:: info!( ?grpc_bind, "starting grpc and web server" ) ;
You can’t perform that action at this time.
0 commit comments