mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Add API Version check endpoint
This commit is contained in:
@@ -87,6 +87,7 @@ async fn main() -> Result<(), DredgeError> {
|
||||
|
||||
match args.command {
|
||||
Commands::Catalog => commands::catalog::handler(&config).await?,
|
||||
Commands::Check => commands::version::handler(&config).await?,
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user