Skip to content

Commit

Permalink
Refactor API name
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Apr 12, 2023
1 parent 9c2c180 commit 26667c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbazaar-server/build.rs
Expand Up @@ -4,6 +4,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
"NodeAddressType",
"#[derive(serde::Serialize, serde::Deserialize)]",
)
.compile(&["../Protobufs/OpenBazaarApi.proto"], &["../Protobufs/"])?;
.compile(&["../Protobufs/OpenBazaarRpc.proto"], &["../Protobufs/"])?;
Ok(())
}

0 comments on commit 26667c9

Please sign in to comment.