summaryrefslogtreecommitdiff
path: root/examples/ssr/src/models (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-18adding cookies to api route response [simple result] (#5060)Gravatar Daniel 1-7/+0
* adding cookies to the an api route response, also when returning a simple result * in dev server, convert a simple endpoint result into a response object Co-authored-by: AirBorne04 <unknown> Co-authored-by: AirBorne04 <> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-03-29[ci] formatGravatar matthewp 2-5/+1
2022-03-29Make it deployable to Netlify (#2931)Gravatar Matthew Phillips 3-0/+40
2022-03-16[ci] formatGravatar matthewp 1-1/+0
2022-03-16Implements redirects, headers for SSR (#2798)Gravatar Matthew Phillips 1-0/+8
* Implements redirects, headers for SSR * Move away from an explicit Request * Properly handle endpoint routes in the build * chore(lint): ESLint fix * Update based on review comments Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>