Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request with a wrong table name should return 404 #196

Closed
lerrua opened this issue Jul 26, 2017 · 6 comments
Closed

Request with a wrong table name should return 404 #196

lerrua opened this issue Jul 26, 2017 · 6 comments

Comments

@lerrua
Copy link
Contributor

lerrua commented Jul 26, 2017

Hello there,

I'm doing a POST into a table that does not exist on my database, for example:

curl --request POST \
  --url http://localhost:3000/db/public/wrongtable \
  --header 'content-type: application/json'

and I'm getting a 400, I think it must return a 404 response.

[negroni] 2017-07-26T16:39:38-03:00 | 400 |      210.861µs | localhost:3000 | POST /db/public/wrongtable
@PrincipalsOffice
Copy link

Is this currently being worked on by someone?

@IssueHuntBot
Copy link

@issuehuntfest has funded $40.00 to this issue. See it on IssueHunt

@IssueHuntBot
Copy link

@Norris1z has submitted a pull request. See it on IssueHunt

@avelino avelino closed this as completed Dec 19, 2018
@avelino
Copy link
Member

avelino commented Dec 19, 2018

Thanks @Norris1z

@Norris1z
Copy link
Contributor

@avelino i still haven't received the bounty 😕

@IssueHuntBot
Copy link

@avelino has rewarded $28.00 to @Norris1z. See it on IssueHunt

  • 💰 Total deposit: $40.00
  • 🎉 Repository reward(20%): $8.00
  • 🔧 Service fee(10%): $4.00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants