Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Leon committed Aug 7, 2024
1 parent 3f2a25c commit a9bfba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pub(crate) mod backend_api {
pub mod backend_api {
//include!(concat!(env!("OUT_DIR"), "/backend_api.rs"));
tonic::include_proto!("backend_api");
}

pub(crate) mod webhook_event {
pub mod webhook_event {
tonic::include_proto!("webhook_event");
}

0 comments on commit a9bfba6

Please sign in to comment.