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 @@ -137,9 +137,9 @@ pub const DELETE: &str = "https://atomicdata.dev/methods/delete";
137
137
pub const PUBLIC_AGENT : & str = "https://atomicdata.dev/agents/publicAgent" ;
138
138
139
139
// Paths
140
- pub const PATH_IMPORT : & str = "import" ;
141
- pub const PATH_FETCH_BOOKMARK : & str = "fetch-bookmark" ;
142
- pub const PATH_TPF : & str = "tpf" ;
143
- pub const PATH_PATH : & str = "path" ;
144
- pub const PATH_COMMITS : & str = "commits" ;
145
- pub const PATH_ENDPOINTS : & str = "endpoints" ;
140
+ pub const PATH_IMPORT : & str = "/ import" ;
141
+ pub const PATH_FETCH_BOOKMARK : & str = "/ fetch-bookmark" ;
142
+ pub const PATH_TPF : & str = "/ tpf" ;
143
+ pub const PATH_PATH : & str = "/ path" ;
144
+ pub const PATH_COMMITS : & str = "/ commits" ;
145
+ pub const PATH_ENDPOINTS : & str = "/ endpoints" ;
You can’t perform that action at this time.
0 commit comments