From d03287a2c2637449f533ba08aefa06dc6c3f1a74 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Wed, 14 Aug 2024 21:33:56 +0200 Subject: [PATCH] fixed an impport having a typo --- server/src/maps/indoor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/maps/indoor.rs b/server/src/maps/indoor.rs index ef8cb6760..75c6b3a0a 100644 --- a/server/src/maps/indoor.rs +++ b/server/src/maps/indoor.rs @@ -1,4 +1,4 @@ -use actix_web::{post, web, HttpResponse}; +use actix_web::{get, web, HttpResponse}; use geo_types::Geometry; use reqwest::Url; use serde::{Deserialize, Serialize};