with bff again

This commit is contained in:
2022-10-02 20:52:29 +02:00
parent b20d3c418c
commit 02b40a8491
2 changed files with 4 additions and 4 deletions

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,