Join Slack
Powered by
but doing a request to /api/ in post returns a 403...
# ktor
h
Hamza
05/27/2020, 1:37 AM
but doing a request to /api/ in post returns a 403:
Copy code
routing { route("/api") { post("/") { call.success("{}", "OK") }
Open in Slack
Previous
Next