From fca71fde0161a59ac650bd690a3413ffd866662d Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 12 Apr 2021 10:32:39 -0400 Subject: URLs in instructions can now leave out the server implying download and upload from the server itself. Download and upload both work correctly. --- captain/response.f90 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'captain/response.f90') diff --git a/captain/response.f90 b/captain/response.f90 index efa99bb..09184f9 100644 --- a/captain/response.f90 +++ b/captain/response.f90 @@ -7,6 +7,8 @@ implicit none integer, parameter::GEMINI_CODE_REDIRECT = 30 integer, parameter::GEMINI_CODE_PERMFAIL = 50 + character(*), parameter::RESPONSE_JSON_OKAY = '{"status": "okay"}' + type :: response integer::code -- cgit v1.2.3