Skip to content

Commit 2280274

Browse files
committed
module fix
1 parent feefa98 commit 2280274

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ or open the folder in VSCode and do the following:
3636
This template creates /crud REST web-application on IRIS which implements 4 types of communication: GET, POST, PUT and DELETE aka CRUD operations.
3737
These interface works with a sample persistent class Sample.Person.
3838

39+
Open http://localhost:52773/swagger-ui/index.html to test the REST API
40+
3941
# Testing GET requests
4042

4143
To test GET you need to have some data. You can create it with POST request (see below), or you can create some fake testing data. to do that open IRIS terminal or web terminal on /localhost:52773/terminal/ and call:

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Dependencies>
1616
<CSPApplication
1717
Url="/crud"
18-
DispatchClass="Sample.PersonREST"
18+
DispatchClass="dc.Sample.PersonREST"
1919
MatchRoles=":{$dbrole}"
2020
PasswordAuthEnabled="1"
2121
UnauthenticatedEnabled="0"

0 commit comments

Comments
 (0)