Skip to main content

build

Function build 

Source
pub fn build(testing: bool) -> Rocket<Build>
Expand description

Entry point for constructing a Local Rocket and use it for either testing or not. When testing is TRUE a mock DB is injected otherwise it’s the real McKoy.