We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e625030 commit 2c8a297Copy full SHA for 2c8a297
app/class/Routes.php
@@ -35,6 +35,7 @@ public function match(): void
35
['DELETE', '/api/v0/media/[*:path]', 'Controllerapimedia#delete', 'apimediadelete'],
36
['POST', '/api/v0/workspace', 'Controllerapiworkspace#update', 'apiworkspaceupdate'],
37
['GET', '/', 'Controllerhome#desktop', 'home'],
38
+ ['HEAD', '/', 'Controllerhome#desktop', 'homehead'],
39
['POST', '/', 'Controllerhome#desktop', 'homequery'],
40
['POST', '/columns', 'Controllerhome#columns', 'homecolumns'],
41
['POST', '/colors', 'Controllerhome#colors', 'homecolors'],
0 commit comments