File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,12 +155,12 @@ pub const PUBLIC_AGENT: &str = "https://atomicdata.dev/agents/publicAgent";
155
155
pub const SUDO_AGENT : & str = "sudo:agent" ;
156
156
157
157
// 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" ;
164
164
165
165
pub const PATH_IMPORT : & str = "/import" ;
166
166
pub const PATH_FETCH_BOOKMARK : & str = "/fetch-bookmark" ;
You can’t perform that action at this time.
0 commit comments