From 59c2e948797d088e795cc2290fa8c3004ddb71c1 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Sun, 14 Jun 2020 18:03:01 +0800 Subject: Massive improvements - Python CGI server script renamed to gateway.py to avoid confusion - Repo not found error handling - Page header & navs - Fix faulty 20 response header - View (non-)raw blob --- git-gmi/cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-gmi/cgi') diff --git a/git-gmi/cgi b/git-gmi/cgi index c0e0d25..7ef8259 100755 --- a/git-gmi/cgi +++ b/git-gmi/cgi @@ -1,3 +1,3 @@ #!/home/fakefred/p/git.gmi/venv/bin/python3.8 # gotta change the executable path before running -import cgi.py \ No newline at end of file +import gateway \ No newline at end of file -- cgit v1.2.3