Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
httpd: Add `path` property to `CodeLocation`
Sebastian Martinez committed 3 years ago
commit e4020eaea1364c23e8078c5ea7e3a5b31bb15f25
parent 27ab41bf3ac2c4d37d0c8de0446a0b593d9eb914
1 file changed +4 -2
modified radicle-httpd/src/api/v1/projects.rs
@@ -2089,7 +2089,8 @@ mod routes {
          "inline": [
            {
              "location": {
-
                "blob": HEAD,
+
                "blob": "82eb77880c693655bce074e3dbbd9fa711dc018b",
+
                "path": "./README.md",
                "commit": HEAD,
                "lines": {
                    "start": 1,
@@ -2148,7 +2149,8 @@ mod routes {
                        "inline": [
                          {
                            "location": {
-
                              "blob": HEAD,
+
                              "blob": "82eb77880c693655bce074e3dbbd9fa711dc018b",
+
                              "path": "./README.md",
                              "commit": HEAD,
                              "lines": {
                                "start": 1,