demo user task

This commit is contained in:
realaravinth
2021-08-09 11:56:25 +05:30
parent 3c72d27b36
commit 147f563ec8
18 changed files with 190 additions and 72 deletions

View File

@@ -114,7 +114,7 @@ pub fn services(cfg: &mut actix_web::web::ServiceConfig) {
mod tests {
use super::*;
use actix_web::http::{header, StatusCode};
use actix_web::http::StatusCode;
use actix_web::test;
use crate::api::v1::ROUTES;