Skip to content

Commit

Permalink
Merge pull request #26 from cf15-t5/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
lutfianRhdn authored Aug 21, 2023
2 parents a5c621d + c071223 commit 299e8bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/controllers/CategoryController.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
categoryService = CategoryService()

@CategoryApp.route('/', methods=['GET'])
@isAuthenticated
def index():

result = categoryService.getAllCategories()
Expand Down
1 change: 0 additions & 1 deletion src/controllers/EventController.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
eventService = EventService()

@EventApp.route('/', methods=['GET'])
@isAuthenticated
def index():
_filter ={
"district" : request.args.get('district'),
Expand Down

0 comments on commit 299e8bc

Please sign in to comment.