Rebased to main
This commit is contained in:
parent
a0cb6542ba
commit
992b94eef3
8 changed files with 10 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::{
|
||||
db::{NewUserParams, ProjectId, TestDb, UserId},
|
||||
rpc::{Executor, Server, Store},
|
||||
db::{NewUserParams, ProjectId, SqliteTestDb as TestDb, UserId},
|
||||
rpc::{Executor, Server},
|
||||
AppState,
|
||||
};
|
||||
|
||||
|
|
|
@ -9,11 +9,11 @@ mod db_tests;
|
|||
#[cfg(test)]
|
||||
mod integration_tests;
|
||||
|
||||
use crate::db::{Db, PostgresDb};
|
||||
use crate::rpc::ResultExt as _;
|
||||
use anyhow::anyhow;
|
||||
use axum::{routing::get, Router};
|
||||
use collab::{Error, Result};
|
||||
use db::DefaultDb as Db;
|
||||
use serde::Deserialize;
|
||||
use std::{
|
||||
env::args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue