with bff again

This commit is contained in:
Kasper Juul Hermansen 2022-10-02 20:52:29 +02:00
parent b20d3c418c
commit 02b40a8491
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
use async_graphql::{Context, EmptySubscription, Object, Schema, SimpleObject};
use axum_extra::extract::PrivateCookieJar;
use cookie::CookieJar;
use uuid::Uuid;
use crate::services::users_service::UserService;

View File

@ -13,11 +13,11 @@ use axum::{
routing::{get, post},
Json, Router,
};
use axum_extra::extract::{cookie::Key, PrivateCookieJar};
use axum_extra::extract::{cookie::Key};
use async_graphql::{
http::{playground_source, GraphQLPlaygroundConfig},
EmptySubscription, Request, Response, Schema,
EmptySubscription, Schema,
};
use axum_sessions::{
async_session::MemoryStore,