From 244b01d80d24cf3c9b51699abd1df797c4430981 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 10 May 2021 00:00:29 +0200 Subject: api: Restore trace endpoint This change adds the trace endpoint, which was unfortunately removed due to an incorrect .gitignore statement. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8981df97..853778c5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ database/opendc_testing/* keys.json # Traces -traces/ +/traces/ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -- cgit v1.2.3