msgba-web/lib/MSGBA/Web/Controller/Static.pm

11 lines
141 B
Perl

package MSGBA::Web::Controller::Static;
use v5.34.1;
use strict;
use warnings;
use Mojo::Base 'Mojolicious::Controller', -signatures;
1;