diff --git a/server/routes/photos.js b/server/routes/photos.js index e913ed0..6d28832 100755 --- a/server/routes/photos.js +++ b/server/routes/photos.js @@ -1,5 +1,10 @@ "use strict"; +/* +Memories: +echo "select id,taken from photos where strftime('%m%d',taken)=strftime('%m%d',CURRENT_TIMESTAMP) order by taken desc;" | sqlite3 photos.db +*/ + const express = require("express"), fs = require("fs"), url = require("url"),