postgres via sqlx - workable?
This commit is contained in:
@@ -5,13 +5,15 @@ use axum::{
|
||||
routing::get,
|
||||
};
|
||||
|
||||
use crate::MnemoState;
|
||||
|
||||
mod components;
|
||||
mod icons;
|
||||
mod pages;
|
||||
|
||||
pub const CSS: &str = include_str!(concat!(env!("OUT_DIR"), "/styles.css"));
|
||||
|
||||
pub fn web_router() -> Router {
|
||||
pub fn web_router() -> Router<MnemoState> {
|
||||
Router::new()
|
||||
.route(
|
||||
"/styles.css",
|
||||
|
||||
Reference in New Issue
Block a user