This file ( 269B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
package Routes::DPW;
use Dancer2 appname => 'DocsLib';
use v5.34.0;
use Data::Printer;
use App::Model; # D2 plugin, provides 'model' keyword
use Dancer2::Plugin::Deferred;
use Dancer2::Plugin::Auth::Tiny;
my $PREFIX = 'dpw';
prefix "/$PREFIX";
true;