File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ services:
4545 postgres :
4646 condition : service_healthy
4747 ports :
48- - " ${APP_PORT:-4321}:4322 "
49- - " ${API_PORT:-3000}:3001 "
48+ - " ${APP_PORT:-4322}:4321 "
49+ - " ${API_PORT:-3001}:3000 "
5050 deploy :
5151 resources :
5252 limits :
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ import Base from "@/layouts/Base.astro";
8989GET /collections/:owner/:slug # collection metadata
9090POST /collections/:owner/:slug/versions # push a version
9191GET /collections/:owner/:slug/versions/:n # read a version
92- GET .../versions/:n/records # browse records
93- GET .../versions/:n/diff?from=:m # diff versions
92+ GET .../versions/:n/records # browse records
93+ GET .../versions/:n/diff?from=:m # diff versions
9494PUT /collections/:owner/:slug/files/:hash # upload a file
9595GET /collections/:owner/:slug/files/:hash # download a file
9696GET /collections/:owner/:slug/export # full archive</code ></pre >
You can’t perform that action at this time.
0 commit comments