reorganizes api endpoints
This commit is contained in:
@@ -12,7 +12,7 @@ use diesel::query_dsl::RunQueryDsl;
|
||||
use diesel::r2d2::{self, ConnectionManager};
|
||||
|
||||
pub mod models;
|
||||
mod updates;
|
||||
//mod updates;
|
||||
mod schema;
|
||||
|
||||
/// The connection used
|
||||
|
||||
@@ -20,12 +20,6 @@ pub struct Player {
|
||||
pub pp: i32,
|
||||
}
|
||||
|
||||
impl Player {
|
||||
pub fn by_id(id: i32) -> Self {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/// Unpack a floating value of gold pieces to integer
|
||||
/// values of copper, silver, gold and platinum pieces
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user