Loading lib/Travelynx/Controller/Api.pm +12 −8 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ use List::Util; use Travel::Status::DE::IRIS::Stations; use UUID::Tiny qw(:std); # Internal Helpers sub make_token { return create_uuid_as_string(UUID_V4); } Loading @@ -28,6 +30,8 @@ sub sanitize { return 0; } # Contollers sub documentation { my ($self) = @_; Loading Loading
lib/Travelynx/Controller/Api.pm +12 −8 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ use List::Util; use Travel::Status::DE::IRIS::Stations; use UUID::Tiny qw(:std); # Internal Helpers sub make_token { return create_uuid_as_string(UUID_V4); } Loading @@ -28,6 +30,8 @@ sub sanitize { return 0; } # Contollers sub documentation { my ($self) = @_; Loading