Skip to content

Commit a7ad9d1

Browse files
committed
chore(engine): move guard to api public service kind
1 parent 03183e3 commit a7ad9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/infra/engine/src/run_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub fn config(_rivet_config: rivet_config::Config) -> Result<RunConfigData> {
66
Service::new("api_peer", ServiceKind::ApiPeer, |config, pools| {
77
Box::pin(rivet_api_peer::start(config, pools))
88
}),
9-
Service::new("guard", ServiceKind::Standalone, |config, pools| {
9+
Service::new("guard", ServiceKind::ApiPublic, |config, pools| {
1010
Box::pin(rivet_guard::start(config, pools))
1111
}),
1212
Service::new(

0 commit comments

Comments
 (0)