Fix syntax error
This commit is contained in:
parent
c6e3c29a57
commit
46eefaf26d
|
@ -20,7 +20,7 @@ class Travis::Api::App
|
|||
|
||||
# hotfix??
|
||||
def route_missing
|
||||
@app ? forward : halt 404
|
||||
@app ? forward : halt(404)
|
||||
end
|
||||
|
||||
def call(env)
|
||||
|
|
Loading…
Reference in New Issue
Block a user