puniyu_server 0.7.4

puniyu 的服务器模块
Documentation
1
2
3
4
5
mod app;

pub(crate) fn register_routes(cfg: &mut actix_web::web::ServiceConfig) {
	cfg.service(app::info);
}