1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-10-31 01:19:11 +00:00

api: Remove unused event_source decorator

This commit is contained in:
2017-05-04 00:23:43 +03:00
parent aeb5d81aa6
commit ba678e4b29
2 changed files with 1 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ from time import sleep
from certidude import authority, mailer
from certidude.auth import login_required, authorize_admin
from certidude.user import User
from certidude.decorators import serialize, event_source, csrf_protection
from certidude.decorators import serialize, csrf_protection
from cryptography.x509.oid import NameOID
from certidude import const, config
@@ -31,7 +31,6 @@ class SessionResource(object):
@csrf_protection
@serialize
@login_required
@event_source
def on_get(self, req, resp):
import xattr