Add tags for schedules
This commit is contained in:
parent
f3f3d36eed
commit
75f8afd624
10 changed files with 375 additions and 184 deletions
src
|
@ -3,6 +3,7 @@ extern crate diesel;
|
|||
#[macro_use]
|
||||
extern crate diesel_migrations;
|
||||
extern crate dotenv;
|
||||
extern crate core;
|
||||
|
||||
use actix_web::{middleware, web, App, HttpServer};
|
||||
use actix_web::middleware::normalize::TrailingSlash;
|
||||
|
@ -10,6 +11,7 @@ use env_logger::{Builder, Env};
|
|||
|
||||
mod db;
|
||||
mod handlers;
|
||||
mod return_models;
|
||||
mod types;
|
||||
|
||||
#[actix_web::main]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue