summaryrefslogtreecommitdiff
path: root/git-gmi/cgi
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-06-14 18:03:01 +0800
committerFrederick Yin <fkfd@macaw.me>2020-06-14 18:03:01 +0800
commit59c2e948797d088e795cc2290fa8c3004ddb71c1 (patch)
tree472fdeb60b9431efb9b6f75cdee03efe3e69765a /git-gmi/cgi
parentee8f25fd963dec48b31ff4072afd2c95f24d518e (diff)
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
Diffstat (limited to 'git-gmi/cgi')
-rwxr-xr-xgit-gmi/cgi2
1 files changed, 1 insertions, 1 deletions
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