diff options
author | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
commit | af8468ecb353970f5d6f8753542bf1d4503df104 (patch) | |
tree | d640d7a185267ee42e5158c761b428a0f1b2c7be | |
parent | Indent the HTML with tabs (diff) | |
download | legitrx-af8468ecb353970f5d6f8753542bf1d4503df104.tar.gz legitrx-af8468ecb353970f5d6f8753542bf1d4503df104.tar.zst legitrx-af8468ecb353970f5d6f8753542bf1d4503df104.zip |
routes/git.go: Fix import path
-rw-r--r-- | routes/git.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/git.go b/routes/git.go index 0ebb6d2..b93790a 100644 --- a/routes/git.go +++ b/routes/git.go @@ -7,7 +7,7 @@ import ( "net/http" "path/filepath" - "git.icyphox.sh/legit/git/service" + "git.sr.ht/~runxiyu/legitrx/git/service" ) func (d *deps) InfoRefs(w http.ResponseWriter, r *http.Request) { |