summaryrefslogtreecommitdiff
path: root/LedgerSMB/RESTXML/Document/Session.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/RESTXML/Document/Session.pm')
-rw-r--r--LedgerSMB/RESTXML/Document/Session.pm15
1 files changed, 6 insertions, 9 deletions
diff --git a/LedgerSMB/RESTXML/Document/Session.pm b/LedgerSMB/RESTXML/Document/Session.pm
index 1db36502..ed99b06b 100644
--- a/LedgerSMB/RESTXML/Document/Session.pm
+++ b/LedgerSMB/RESTXML/Document/Session.pm
@@ -16,18 +16,15 @@ use strict;
use warnings;
use base qw(LedgerSMB::RESTXML::Document::Base);
-
-sub handle_get {
- my ($self, $args) = @_;
-
+sub handle_get {
+ my ( $self, $args ) = @_;
}
-sub handle_post {
- my ($self, $args) = @_;
- print "Content-type: text/html\n\nhi";
-
-}
+sub handle_post {
+ my ( $self, $args ) = @_;
+ print "Content-type: text/html\n\nhi";
+}
1;