mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2025-07-02 08:26:43 +00:00
Add commands route
This commit is contained in:
12
src/main/resources/httpd/commands.html
Normal file
12
src/main/resources/httpd/commands.html
Normal file
@ -0,0 +1,12 @@
|
||||
Commands
|
||||
COMMANDS
|
||||
<style>
|
||||
summary {
|
||||
font-size: 24px;
|
||||
padding: 16px;
|
||||
}
|
||||
</style>
|
||||
<h2>Commands List</h2>
|
||||
<h5>A list of commands is below.</h5>
|
||||
<br><br>
|
||||
${commands}
|
Reference in New Issue
Block a user