feat: complete backend service

This commit is contained in:
Maulana Sodiqin
2025-03-30 16:08:58 +07:00
parent 3ae9dbd717
commit 6460979bab
22 changed files with 64 additions and 257 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use najm_course_api::{get_iso_date, hash_password, Env};
use imphnen_backend_service::{get_iso_date, hash_password, Env};
use serde::{Deserialize, Serialize};
use std::error::Error;
use surrealdb::{engine::remote::ws::Ws, opt::auth::Root, sql::Thing, Surreal};