rename src/api to src/api_schema

This commit is contained in:
Dietmar Maurer
2019-02-17 09:59:20 +01:00
parent 5ddf8cb10a
commit dc9a007b11
35 changed files with 72 additions and 74 deletions

View File

@ -7,7 +7,7 @@ use std::collections::VecDeque;
use serde_json::{json, Value};
use std::sync::Arc;
use crate::api::schema::*;
use crate::api_schema::schema::*;
pub struct SectionConfigPlugin {
type_name: String,