summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMario Krehl <mario-krehl@gmx.de>2017-12-10 11:11:23 +0100
committerMario Krehl <mario-krehl@gmx.de>2017-12-10 11:11:23 +0100
commitbbe53ae90f63fe50677a54bfbc2b8c17dd9a22a5 (patch)
tree7b45aed430225856642a43a7440a9d42e75b6441 /src
parent1b2fbca7d98223eb42ebfce6c4fb392b094aedca (diff)
Add source of api.rs
Diffstat (limited to 'src')
-rw-r--r--src/api.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api.rs b/src/api.rs
index 3f8b234..01feed5 100644
--- a/src/api.rs
+++ b/src/api.rs
@@ -1,3 +1,8 @@
+// This file was copied from:
+// https://raw.githubusercontent.com/nickbabcock/rrinlog/master/rrinlog-server/src/api.rs
+// on the 10th December 2017
+
+
use chrono::prelude::*;
use serde_json;