Skip to content

Commit

Permalink
thinking through config requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltester committed Apr 1, 2024
1 parent 59c6cc4 commit b7f8cc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public DefaultGUI configureRoutes(){

String tryDefault = " [<a href='/gui/instances?entity=todo&database=__default'>explore default data</a>]";

// TODO: separate the HTML rendering from the HTTP routing with a class e.g. DefaultEntitesExplorerHTML
get("/gui", (request, response) -> {
response.type("text/html");
response.status(200);
Expand Down

0 comments on commit b7f8cc5

Please sign in to comment.