Skip to content

Commit f53a93c

Browse files
committed
Fix api module publicity
This commit makes it public again. It is used by the generate-openapi tool in the `devolutions_pedm::api::openapi` call.
1 parent c75a0df commit f53a93c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/devolutions-pedm/src

crates/devolutions-pedm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub use config::Config;
88

99
cfg_if::cfg_if! {
1010
if #[cfg(target_os = "windows")] {
11-
mod api;
11+
pub mod api;
1212
mod db;
1313

1414
mod elevations;

0 commit comments

Comments
 (0)