Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit b8edf6e

Browse files
committedJan 11, 2016
fix typo
1 parent d5af577 commit b8edf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/http-api/routes/bootstrap.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ server.route({
1111

1212
server.route({
1313
method: 'POST',
14-
path: '/api/v0/boostrap',
14+
path: '/api/v0/bootstrap',
1515
handler: resources.version.add
1616
})
1717

1818
server.route({
1919
method: 'DELETE',
20-
path: '/api/v0/boostrap',
20+
path: '/api/v0/bootstrap',
2121
handler: resources.version.add
2222
})

0 commit comments

Comments
 (0)
This repository has been archived.