Added more code to get metadata

Having issues returning response
This commit is contained in:
kdeng00
2025-04-28 20:51:46 -04:00
parent 0b491667a6
commit 19c34da7ba
2 changed files with 82 additions and 15 deletions
+4
View File
@@ -81,6 +81,10 @@ pub mod init {
crate::callers::endpoints::QUEUEMETADATA,
post(crate::callers::metadata::endpoint::queue_metadata),
)
.route(
crate::callers::endpoints::QUEUEMETADATA,
get(crate::callers::metadata::endpoint::fetch_metadata),
)
}
pub async fn app() -> axum::Router {