fix syntrax
This commit is contained in:
parent
85e8f27047
commit
939b35cbff
|
@ -20,7 +20,7 @@ class Travis::Api::App
|
||||||
|
|
||||||
# hotfix??
|
# hotfix??
|
||||||
def route_missing
|
def route_missing
|
||||||
@app ? forward : halt 404
|
@app ? forward : halt(404)
|
||||||
end
|
end
|
||||||
|
|
||||||
def call(env)
|
def call(env)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user