From 02997b2522b9c66072b16f1425c02e81e0085e3c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 14 Jul 2020 21:10:56 +0200 Subject: Rename web-server to API This change renames the web-server component to API in order to be more descriptive of its role. The OpenDC API bridges between the frontend on one side and the database and simulator on the other side. --- api/static/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 api/static/index.html (limited to 'api/static/index.html') diff --git a/api/static/index.html b/api/static/index.html new file mode 100644 index 00000000..ac78cbfb --- /dev/null +++ b/api/static/index.html @@ -0,0 +1,22 @@ + + + + + + +
+Sign out + +

Your auth token:

+

Loading...

\ No newline at end of file -- cgit v1.2.3