mentorenwahl/frontend/src/cookie_names.rs
Dominic Grimm 860ae7ed5e
All checks were successful
continuous-integration/drone/push Build is passing
Rewrite frontend in rust with yew
2022-11-04 21:23:36 +01:00

5 lines
119 B
Rust

use const_format::concatcp;
pub const BASE: &str = "mentorenwahl_";
pub const TOKEN: &str = concatcp!(BASE, "token");