diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-04-15 20:03:01 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-04-15 20:03:01 -0400 |
commit | d83fe68ed51016bbb87d83aa512ef8b9d3f0780e (patch) | |
tree | 05f93d34464692c706288f7bb3497f55e4539b09 /artifacts/layout.html | |
parent | 93d9a3b8d6984a8f113a30fea523607162e71589 (diff) | |
download | twinh-d83fe68ed51016bbb87d83aa512ef8b9d3f0780e.tar.xz twinh-d83fe68ed51016bbb87d83aa512ef8b9d3f0780e.zip |
split config into modules that actually need it, started parsing args
Diffstat (limited to 'artifacts/layout.html')
-rw-r--r-- | artifacts/layout.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/artifacts/layout.html b/artifacts/layout.html deleted file mode 100644 index a06d6d0..0000000 --- a/artifacts/layout.html +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html> -<html> - <body> - <ul> - <li>/: root, filter, search</li> - <li>/parts: raw parts table</li> - <li>/parts.csv: CSV download of parts table</li> - <li>/cars: raw cars table</li> - <li>/cars.csv: CSV download of cars table</li> - <li>/suggestions: suggestion input form and appoval list</li> - <li> - /login: all the logins - <ul> - <li>/login/facebook</li> - <li>/login/google</li> - <li>/login/microsoft</li> - <li>/login/gitea</li> - </ul> - </li> - <li>/api/v1: JSON API</li> - <ul> - <li>/api/v1/parts</li> - <li>/api/v1/cars</li> - <li>/api/v1/suggestions</li> - </ul> - </ul> - </body> -</html> |