- add: api service gateway to allow website logins
This commit is contained in:
6
api-service/build.rs
Normal file
6
api-service/build.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
tonic_build::configure()
|
||||
.compile_well_known_types(true)
|
||||
.compile_protos(&["../proto/auth.proto"], &["../proto"])?;
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user