You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository gather resources about the Restlet Framework:
2
2
3
3
*[Source code of the Restlet Framework Web API reference implementation] (https://github.com/restlet/restlet-tutorial/tree/master/modules/org.restlet.tutorial.webapi)
4
-
*[Documentation of Restlet Framework Web API Reference Implementation] (https://github.com/restlet/restlet-tutorial/wiki/Restlet-Framework-Web-API-Reference-Implementation)
4
+
*[Documentation of Restlet Framework Web API Reference Implementation] (https://github.com/restlet/restlet-tutorial/tree/master/modules/org.restlet.tutorial.webapi/README.md)
Copy file name to clipboardExpand all lines: modules/org.restlet.tutorial.webapi/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ It uses HTTP Basic authentication.
48
48
49
49
## Database access
50
50
51
-
To visualize the database, open the H2 console in you browser (http://localhost:8082) and connect to the database with the JDBC URL `jdbc:h2:mem:restletWebApi;IFEXISTS=TRUE`.
51
+
To visualize the database, open the H2 console in you browser (`http://localhost:8082`) and connect to the database with the JDBC URL `jdbc:h2:mem:restletWebApi;IFEXISTS=TRUE`.
0 commit comments