File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -625,14 +625,6 @@ module Api::V1
625625end
626626```
627627
628- ## Conclusion
629-
630- Now you have the keys to the castle, and all the basics for building an API the Rails way.
631-
632- Hopefully then guide was helpful for you, and if you want any points clarified or just want to say thanks then feel free to use the comments below.
633-
634- Cheers, and happy coding!
635-
636628## How to run
637629* Clone source from github: ` git@github.com:ntamvl/rails_5_api_tutorial.git ` *
638630```
@@ -674,3 +666,11 @@ curl -H "Authorization: Token token=[token]" http://localhost:3000/v1/users
674666```
675667curl -H "Authorization: Token token=3Hu9orST5sKDHUPJBwjbogtt" http://localhost:3000/v1/users
676668```
669+
670+ ## Conclusion
671+
672+ Now you have the keys to the castle, and all the basics for building an API the Rails way.
673+
674+ Hopefully then guide was helpful for you, and if you want any points clarified or just want to say thanks then feel free to use the comments below.
675+
676+ Cheers, and happy coding!
You can’t perform that action at this time.
0 commit comments