mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
Support jemalloc profiling and heap dumps (#3373)
This commit is contained in:
@@ -352,6 +352,7 @@ pub fn app_config(
|
||||
.app_data(labrinth_config.active_sockets.clone())
|
||||
.app_data(labrinth_config.automated_moderation_queue.clone())
|
||||
.app_data(web::Data::new(labrinth_config.stripe_client.clone()))
|
||||
.configure(routes::debug::config)
|
||||
.configure(routes::v2::config)
|
||||
.configure(routes::v3::config)
|
||||
.configure(routes::internal::config)
|
||||
|
||||
Reference in New Issue
Block a user