Skip to content

Commit

Permalink
Also temporary disable before_action for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Nov 16, 2022
1 parent eaf8685 commit 9910e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/api_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Api::ApiController < ApplicationController
before_action :set_query, only: %i[pept2taxa pept2lca peptinfo taxonomy]
before_action :set_sequences, only: %i[pept2prot]

before_action :log, only: %i[pept2taxa pept2lca pept2prot pept2funct pept2ec pept2go pept2interpro peptinfo taxa2lca taxonomy taxa2tree]
# before_action :log, only: %i[pept2taxa pept2lca pept2prot pept2funct pept2ec pept2go pept2interpro peptinfo taxa2lca taxonomy taxa2tree]

# sends a message to the ruby cli
def messages
Expand Down

0 comments on commit 9910e29

Please sign in to comment.