Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongri Jin committed Sep 27, 2023
1 parent bfa4b8d commit 2d4cbed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/internal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pub mod didcomm_generate_signed;
pub mod didcomm_verify_encrypted;
pub mod didcomm_verify_plaintext;
pub mod didcomm_verify_signed;
pub mod version;
pub mod network;
pub mod version;
2 changes: 2 additions & 0 deletions src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ pub fn new_server(
.route(
"/version/update",
web::post().to(controllers::internal::version::handler_update),
)
.route(
"/network",
web::post().to(controllers::internal::network::handler),
)
Expand Down

0 comments on commit 2d4cbed

Please sign in to comment.