Pinned Loading
-
-
-
-
Rust actix spa example
Rust actix spa example 1// Quick and dirty way to run spa apps on rust actix server
2use dotenvy::dotenv;
3use std::env;
4use actix_web::{HttpServer, App, Result};
5use actix_web::dev::{ServiceRequest, ServiceResponse};
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.