File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,9 @@ pub const DELETE: &str = "https://atomicdata.dev/methods/delete";
134134pub 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" ;
You can’t perform that action at this time.
0 commit comments