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

fix: readme require section of cds snippet #101

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

patricebender
Copy link
Member

moreover, the example odata request does not work

HTTP/1.1 404 Not Found
X-Powered-By: Express
Content-Security-Policy: default-src 'none'
X-Content-Type-Options: nosniff
Content-Type: text/html; charset=utf-8
Content-Length: 194
Date: Wed, 19 Jun 2024 10:17:27 GMT
Connection: close

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot PATCH /admin/Customers(8e2f2640-6866-4dcf-8f4d-3027aa831cad)</pre>
</body>
</html>

moreover, the example odata request does not work

```http
HTTP/1.1 404 Not Found
X-Powered-By: Express
Content-Security-Policy: default-src 'none'
X-Content-Type-Options: nosniff
Content-Type: text/html; charset=utf-8
Content-Length: 194
Date: Wed, 19 Jun 2024 10:17:27 GMT
Connection: close

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot PATCH /admin/Customers(8e2f2640-6866-4dcf-8f4d-3027aa831cad)</pre>
</body>
</html>
```
@sjvans
Copy link
Contributor

sjvans commented Jun 20, 2024

http fixed in cap-js/incidents-app#63

@sjvans sjvans merged commit 17585e8 into main Jun 20, 2024
3 checks passed
@sjvans sjvans deleted the patricebender-patch-1 branch June 20, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants