Skip to content

Commit 273502b

Browse files
committed
Fix URL refactor paths endpoints #502
1 parent 3dffa92 commit 273502b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/src/urls.rs

+6-6
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ pub const DELETE: &str = "https://atomicdata.dev/methods/delete";
134134
pub const PUBLIC_AGENT: &str = "https://atomicdata.dev/agents/publicAgent";
135135

136136
// Paths
137-
pub const PATH_IMPORT: &str = "import";
138-
pub const PATH_FETCH_BOOKMARK: &str = "fetch-bookmark";
139-
pub const PATH_TPF: &str = "tpf";
140-
pub const PATH_PATH: &str = "path";
141-
pub const PATH_COMMITS: &str = "commits";
142-
pub const PATH_ENDPOINTS: &str = "endpoints";
137+
pub const PATH_IMPORT: &str = "/import";
138+
pub const PATH_FETCH_BOOKMARK: &str = "/fetch-bookmark";
139+
pub const PATH_TPF: &str = "/tpf";
140+
pub const PATH_PATH: &str = "/path";
141+
pub const PATH_COMMITS: &str = "/commits";
142+
pub const PATH_ENDPOINTS: &str = "/endpoints";

0 commit comments

Comments
 (0)