based update
Some checks failed
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
JMARyA 2024-12-27 04:04:54 +01:00
parent 7eb2b7d00d
commit 6051aaa985
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 21 additions and 8 deletions

View file

@ -1,4 +1,4 @@
use based::auth::{User, UserRole};
use based::auth::{Sessions, User, UserRole};
use based::check_admin;
use based::request::api::{api_error, vec_to_api, FallibleApiResponse};
use rocket::get;