1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

rename nested routing binary

This commit is contained in:
Rob Ede
2022-02-18 02:02:44 +00:00
parent cc3d356209
commit 74ee6ae707
6 changed files with 14 additions and 14 deletions

View File

@ -24,7 +24,7 @@ pub async fn remove_product(_id: web::Path<String>) -> Result<HttpResponse, Erro
#[cfg(test)]
mod tests {
use crate::appconfig::config_app;
use crate::app_config::config_app;
use actix_web::dev::Service;
use actix_web::{
http::{header, StatusCode},