so, if I try to hit my `api.tonka.com` it points t...
# support-questions-legacy
a
so, if I try to hit my
api.tonka.com
it points to
api.awsapigateway.com/dev
, which works but if I try to hit
api.tonka.com/dev
then that breaks because it tries to hit
api.awsapigateway.com/dev/dev
which doesn't exist, right. so, in the config I have only
apiDomain
with
api.tonka.com
and I have no
apiGatewayPath
set cause that will break.