Skip to content

Commit

Permalink
Merge pull request #3 from subrahmanyam-pampana/sessionHandling
Browse files Browse the repository at this point in the history
Session handling
  • Loading branch information
subrahmanyam-pampana authored Mar 14, 2023
2 parents 91cf622 + 2af67c8 commit 7a473ba
Show file tree
Hide file tree
Showing 12 changed files with 853 additions and 154 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/node_modules
/webapp
*.log
/configs.json
/data
17 changes: 17 additions & 0 deletions configs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"userName":"<userName>",
"server":"<http://mymiiserver.com:50000>",
"miiRootFolder":"<mii project root folder path>",
"LocalPort":3000,
"endPoints":{
"get":[
"/XMII/Illuminator",
"/XMII/Runner",
"/XMII/PropertyAccessServlet"
],
"post":[
"/XMII/Illuminator",
"/XMII/Runner"
]
}
}
1 change: 1 addition & 0 deletions data/modifiedFiles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit 7a473ba

Please sign in to comment.