Skip to content

Commit ba8f6f2

Browse files
committed
Update wiki for production curling
1 parent 1685332 commit ba8f6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/production.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bin/rails console production
6464
# SANITY CHECKS
6565

6666
# From local
67-
curl https://api.interflux.com/sanity-check -H "Content-Type: application/vnd.api+json"
67+
curl https://rails.api.interflux.com/sanity-check -H "Content-Type: application/vnd.api+json" | jq
6868

6969
# On server
7070
curl --unix-socket /var/www/api.interflux.com/sockets/puma.sock https://api.interflux.com/sanity-check -H "Content-Type: application/vnd.api+json"

0 commit comments

Comments
 (0)