From c71d594b5da91ee2e0fe9d7819a5250e7728142b Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 1 Jan 2022 11:29:03 +0100 Subject: Bye furries --- htdocs/public/metranslator/api/index.ejs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'htdocs/public/metranslator/api') diff --git a/htdocs/public/metranslator/api/index.ejs b/htdocs/public/metranslator/api/index.ejs index 388331b..fa915b4 100644 --- a/htdocs/public/metranslator/api/index.ejs +++ b/htdocs/public/metranslator/api/index.ejs @@ -28,6 +28,4 @@ last = child_process.execSync("cd /mnt/metranslator-api && git log -1 --pretty=format:'%an'").toString() aw["system"]["version"] = aw["system"]["version"] + "-" + fs.readFileSync("/mnt/metranslator-api/.git/refs/heads/trunk").toString().substr(0, 8); aw["system"]["last_author"] = last; - aw["call"] = "cd /mnt/metranslator-api && node index.js api {$target} \"{$text}\""; - - %><%- JSON.stringify(aw); %> \ No newline at end of file + aw["call"] = "cd /mnt/metranslator-api && node index.js api {$target} \"{$text}\""; \ No newline at end of file -- cgit