Revert notification endpoint URL for dev

This commit is contained in:
Gregory Schier
2025-06-27 11:58:04 -07:00
parent bb0cc16a70
commit 25d50246c0
5 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ impl<'a> DbContext<'a> {
let x = self.upsert_workspace(&v, source)?;
imported_resources.workspaces.push(x.clone());
}
info!("Upserted {} workspaces", imported_resources.environments.len());
info!("Upserted {} workspaces", imported_resources.workspaces.len());
}
if http_requests.len() > 0 {