Skip to content

Commit 4aa09ec

Browse files
committed
Fix URL refactor paths endpoints #502
1 parent 840b2a5 commit 4aa09ec

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
@@ -155,12 +155,12 @@ pub const PUBLIC_AGENT: &str = "https://atomicdata.dev/agents/publicAgent";
155155
pub const SUDO_AGENT: &str = "sudo:agent";
156156

157157
// Paths
158-
pub const PATH_IMPORT: &str = "import";
159-
pub const PATH_FETCH_BOOKMARK: &str = "fetch-bookmark";
160-
pub const PATH_TPF: &str = "tpf";
161-
pub const PATH_PATH: &str = "path";
162-
pub const PATH_COMMITS: &str = "commits";
163-
pub const PATH_ENDPOINTS: &str = "endpoints";
158+
pub const PATH_IMPORT: &str = "/import";
159+
pub const PATH_FETCH_BOOKMARK: &str = "/fetch-bookmark";
160+
pub const PATH_TPF: &str = "/tpf";
161+
pub const PATH_PATH: &str = "/path";
162+
pub const PATH_COMMITS: &str = "/commits";
163+
pub const PATH_ENDPOINTS: &str = "/endpoints";
164164

165165
pub const PATH_IMPORT: &str = "/import";
166166
pub const PATH_FETCH_BOOKMARK: &str = "/fetch-bookmark";

0 commit comments

Comments
 (0)