skyffire 1 vuosi sitten
vanhempi
commit
66da9fc7cf
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/server.rs

+ 1 - 0
src/server.rs

@@ -61,6 +61,7 @@ async fn get_symbols_by_filter() -> impl Responder {
     HttpResponse::BadRequest().content_type("application/json").body(json_string)
 }
 
+// ia: intelligence agency, 情报部门
 #[get("/ia/get_indicator")]
 async fn get_indicator(query: web::Query<IndicatorQuery>) -> impl Responder {
     // 客户端传过来的数据校验