lifting off

This commit is contained in:
LinlyBoi
2023-12-18 00:27:48 +02:00
parent dc09921a5d
commit 0dad808c75
3 changed files with 476 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
use std::env;
use actix_web::{post, web, App, HttpResponse, HttpServer, Responder};
use arrivals::init_arrivals_scope;
use dotenv::dotenv;
use witl_api::*;
#[post("/echo")]